latestOpenAPI 3.0.32026-08-10152216352.3 KB

eea119b4113f

Projects

List projects in flat structure

Retrieves all projects with pagination support

get/runners/projects/list

Query parameters

pageSizeinteger
offsetinteger

The offset of the items to return

maxDepthinteger

Maximum depth of the project tree to return

poolIdstring

Filter projects by runner pool ID

Response

Projects retrieved successfully in flat list format

totalCountinteger

Total count of projects

Example response

{
  "data": [
    {
      "poolId": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}