List Connect projects
Authentication
AuthorizationBearer
Pyramid API key (prefix with “Bearer ”)
Query parameters
limit
offset
Response
List of projects
request_id
Server-generated per-request UUID. Also sent as X-Request-Id response header. Include in support tickets.
success
data
pagination
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.
Errors
400
Bad Request Error
401
Unauthorized Error