List Projects
Projects
List Projects
Retrieve all projects in the current workspace
GET
List 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 /locationsto list available locations before creating a project.
