Ellipsis APIReferencePlatform
List Sentry Organizations
List the connected Sentry organizations.
List the connected Sentry organizations.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
user-agent?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/sentry/organizations"{ "organizations": [ { "integration_id": "string", "organization_slug": "string" } ]}List Supported Models
List the models a customer may select for their agent, most expensive first, with the platform default flagged. Reads the same registry as the dashboard's rate table, so a client's model picker can never drift from what's offered. Behind auth but not customer-scoped — the selectable set is global.
List Slack Channels
List the channels of the connected Slack workspace, fetched live from the Slack API.