API reference/Projects
List the organisation's projects
GET
/v1/orgs/{orgId}/projects
Newest first unless
sort says otherwise; sort by one of created_at, updated_at or name. Paginate with cursor.Authorization
bearerAuthorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Path
orgIdstringrequired
maxLength: 64Query
limitinteger
Maximum number of items to return (default 20, max 100)
format: int64minimum: 0maximum: 100cursorstring
Opaque cursor from a previous response's next_cursor
maxLength: 512sortstring
Comma-separated sort fields; prefix a field with - for descending order
maxLength: 200statusstring
Only projects with this status
one of: active, archivedResponses
errors: application/problem+json200
OK
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
500
Internal Server Error
Match errors on the problem's code, which stays the same, not on its message.