List Seer AI Models
GET /api/0/seer/models/
Get list of actively used LLM model names from Seer.
Returns the list of AI models that are currently used in production in Seer. This endpoint does not require authentication and can be used to discover which models Seer uses.
Requests to this endpoint should use the region-specific domain
eg. us.sentry.io or de.sentry.io
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:Copied
curl https://{region}.sentry.io/api/0/seer/models/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied.
Was this helpful?