Organization endpoints let you read org details, manage members, and list linked repositories. All organization endpoints are scoped underDocumentation Index
Fetch the complete documentation index at: https://sentrydocs.dev/llms.txt
Use this file to discover all available pages before exploring further.
/api/0/organizations/{organization_id_or_slug}/.
Path parameters
The numeric ID or URL slug of the organization. You can find your org slug in the URL when you’re logged into Sentry:
https://sentry.io/organizations/{slug}/.Retrieve an organization
org:read
Example request
Example response
Response fields
The numeric ID of the organization, returned as a string.
The URL-friendly slug for the organization.
The display name of the organization.
ISO 8601 timestamp of when the organization was created.
A list of feature flags enabled for the organization.
The organization’s current status.
List organization members
member:read
Example request
Example response
Response fields
The member’s unique ID within the organization.
The member’s email address.
The member’s display name.
The member’s role identifier, e.g.
"admin", "member", "owner".true if the member has been invited but not yet accepted.ISO 8601 timestamp of when the member joined (or was invited to) the organization.
List organization repositories
org:read
Example request
Example response
Response fields
The repository’s unique ID.
The full repository name, typically
"owner/repo".The URL to the repository on the source control provider.
The source control provider integration.
The sync status of the repository, e.g.
"active", "disabled".