v1
latestOpenAPI 3.0.02026-07-267316.2 KBWorkspace
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
Example response
{
"workspace": "z3plqkvf52r",
"projects": [
{
"id": "6baceb35a53",
"name": "Standards"
}
]
}