Skip to main content
GET
List Models

Authorizations

Authorization
string
header
required

An API key or OAuth2/OIDC access token sent as Authorization: Bearer <token>.

Query Parameters

scope
enum<string>
default:user

user (default) returns only the caller's models; organization returns every model in the caller's org.

Available options:
user,
organization
name
string | null

Filter to the model with this exact name (org-scoped, unique per org). Returns a 0- or 1-element list; ignores scope.

short_id
string | null

Filter to the model with this exact short_id (org-scoped). Returns a 0- or 1-element list; ignores scope.

Response

Successful Response

models
ModelResponse · object[]
required