Skip to main content
GET
/
projects
List Projects
curl --request GET \
  --url https://api.example.com/projects

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.