List an Organization's Installed Sentry App Components
ExperimentalThis API is under active development and may change.
GET /api/0/organizations/{organization_id_or_slug}/sentry-app-components/
Retrieve prepared UI components for installed custom integrations, including issue-link forms.
Path Parameters
organization_id_or_slug(string)REQUIREDThe ID or slug of the organization the resource belongs to.
Query Parameters:
cursor(string)A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
filter(string)Filter components by type, such as
issue-link.
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:org:adminorg:readorg:write
Copied
curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/sentry-app-components/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied.
Was this helpful?