> ## 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.

# List Projects

> Retrieve all projects in the current workspace

# GET /projects

Returns a list of all projects in the authenticated workspace.

## Notes

* Returns an array of project resources scoped to the current workspace.
* Each project includes its `projectId`, `globalProjectId`, `name`, `status`, linked location identifiers, and timestamps.
* To retrieve full details for a specific project, use `GET /projects/{project_id}`.
* Projects are associated with locations. Use `GET /locations` to list available locations before creating a project.
