For the complete documentation index, see llms.txt. This page is also available as Markdown.

List all change requests across an entire organization

Returns a paginated list of change requests across all spaces in the organization. Use this for an organization-wide view of open drafts — for example, to find all change requests needing a specific reviewer's attention. For a single space's change requests, use the space-scoped endpoint instead.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Query parameters
pagestringOptional

Identifier of the page results to fetch.

limitnumber · max: 1000Optional

The number of results per page

creatorstringOptional

If defined, only change requests created by this user will be returned.

contributorstringOptional

If defined, only change requests with contributions from this user will be returned.

requestedReviewerstringOptional

If defined, only change requests with a requested reviewer for this user will be returned.

sitestringOptional

If defined, only change requests linked to this site will be returned.

spacestringOptional

If defined, only change requests from this space will be returned.

topicstringOptional

If defined, only change requests linked to this site topic will be returned.

findingstring · enumOptional

Controls whether change requests from triage are included. Pass none to exclude change requests from triage, or all to include them. Default is none.

Possible values:
orderBystring · enumOptional

The field to sort change requests by. Defaults to 'updatedAt'.

Default: updatedAtPossible values:
Responses
200

List of the organization's change requests

application/json
countnumberOptional

Total count of objects in the list

get/orgs/{organizationId}/change-requests
200

List of the organization's change requests

Last updated

Was this helpful?

Powered by GitBook