Getsentry Openapi Derefed
Connector for the getsentry-openapi-derefed API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://us.sentry.io - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_your_organizations— GET /api/0/organizations/ — Return a list of organizations available to the authenticated session in a regioretrieve_an_organization— GET /api/0/organizations/{organization_id_or_slug}/ — Return details on an individual organization, including various details such asget_integration_provider_information— GET /api/0/organizations/{organization_id_or_slug}/config/integrations/ — Get integration provider information about all available integrations for an orglistorganizationdashboards— GET /api/0/organizations/{organization_id_or_slug}/dashboards/ — List an Organization's Custom Dashboardsgetorganizationdashboard— GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/ — Retrieve an Organization's Custom Dashboardfetch_an_organization_s_monitors— GET /api/0/organizations/{organization_id_or_slug}/detectors/ — List an Organization's Monitors
Inputs
apiKey— your getsentry-openapi-derefed API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_your_organizations
apiKey: <your key>