latestOpenAPI 3.0.32026-08-10152216352.3 KB
eea119b4113f
Projects
List workspaces of a project
Retrieves all workspaces of a specified project
get/runners/projects/{projectId}/workspaces
Path parameters
projectIdstring required
Unique identifier of the project
Query parameters
searchQuerystring
Search query
pageSizeinteger
offsetinteger
The offset of the items to return
poolIdstring
Filter workspaces by runner pool ID
variableSetIdstring
If provided, only workspaces that consume the variable set will be returned
explicitConsumptionboolean
If true, only workspaces that have an explicit consumption of the variable set will be returned. Must be used in conjunction with variableSetId
Response
Workspaces retrieved successfully
Example response
[
{
"poolId": "123e4567-e89b-12d3-a456-426614174000"
}
]