v1

latestOpenAPI 3.0.02026-07-267316.2 KB
Workspace

List the projects in a workspace (scope: projects.read)

get/workspace/{workspace-id}/projects

Path parameters

workspace-idstring required

The identifier for the workspace

Response

The workspace information was retrieved successfully

workspacestring required

The workspace id (matches the workspace-id sent with the request)

Example response

{
  "workspace": "z3plqkvf52r",
  "projects": [
    {
      "id": "6baceb35a53",
      "name": "Standards"
    }
  ]
}