v1

latestOpenAPI 3.0.02026-07-14169146300.3 KB
Projects

Gets all projects for the given organization

Returns a paginated list of projects for the specified organization.

This endpoint uses offset-based pagination. Use the offset parameter to skip a number of projects and the limit parameter to control the number of projects returned per page.

get/v1/organizations/{slug}/projects

Path parameters

slugstring required
Example:tsrqponmlkjihgfedcba

Organization slug

Query parameters

offsetinteger

Number of projects to skip

limitinteger
Example:20

Number of projects to return per page

searchstring
Example:acme

Search projects by name

sort'name_asc' | 'name_desc' | 'created_asc' | 'created_desc'
Example:created_desc

Sort order for projects

statusesstring
Example:ACTIVE_HEALTHY,INACTIVE

A comma-separated list of project statuses to filter by.

The following values are supported: ACTIVE_HEALTHY, INACTIVE.

Response