> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Project

> Retrieve a single project by its workspace-scoped ID

# GET /projects/{project_id}

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.
