Skip to main content
GET
List Models
This endpoint uses cursor-based pagination ordered newest-first. See Pagination for a full example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string | null

Case-insensitive substring search on model name. Returns models whose name contains the query string.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Pagination cursor

Response

Successful Response

Response for listing models.

Returns models in the current organization. Each model's status field reflects the latest version: ready, processing, or failed.

items
Model · object[]
required
next_cursor
string | null