Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Query Parameters

cursor
string | null

Opaque cursor returned by a previous page. Omit to fetch the first page.

limit
integer
default:100

Maximum number of items to return.

Required range: 1 <= x <= 1000
added_only
boolean
default:false

When true, restrict the result to Model APIs the workspace has added. Defaults to the full visible catalog.

Response

200 - application/json

Page of Model APIs visible to the caller.

items
ModelAPIV1 · object[]
required

Items in this page.

pagination
PaginationResponseV1 · object
required

Pagination metadata for the page.