List Connect projects
Returns all projects accessible by the authenticated API key’s organization.
Results are paginated — use limit and offset to page through large lists.
Returns all projects accessible by the authenticated API key’s organization.
Results are paginated — use limit and offset to page through large lists.
Pyramid API key (prefix with “Bearer ”)
Server-generated per-request UUID. Also sent as X-Request-Id response header. Include in support tickets.
Offset-based pagination for list endpoints. Clients compute has_more from
offset + data.length < total. Cursor pagination may be added per-endpoint
later if deep-pagination performance becomes a concern.