Skip to content

List Client's Projects

Auth required
GET/v1/clients/{client_id}/projects/

Projects belonging to a client. Returns 404 if the client is inactive or does not exist in this organization (unlike GET /v1/clients/{id}/ which resolves inactive clients). Offset pagination: default limit 50, max 100. Pass updated_since to poll for project changes for this client.

Parameters

Page number (1-based)

Items per page (max 100)

Filter to projects created by this user (zero UUID treated as absent)

Return only records whose updated_at is on or after this ISO 8601 UTC datetime. When provided, results are sorted by (updated_at, id) ascending instead of the endpoint's default sort. Omitting this parameter leaves all existing behavior (including default sort order) unchanged.