Skip to main content
GET
/
projects
/
{project_id}
Get Project
curl --request GET \
  --url https://api.example.com/projects/{project_id}

GET /projects/

Returns the full project record including linked location identifiers, status, boundary geometry, and metadata.

Notes

  • The project_id path parameter is the workspace-scoped project index.
  • The response includes locationId and globalLocationId identifying the associated location. Use GET /locations/{location_id} to retrieve the full location details.
  • Returns 404 if the project does not exist in the current workspace.