Skip to main content
GET
cURL

Query Parameters

endpoint_id
string[] | null

Exact callable endpoint ids. Repeat endpoint_id to retrieve several entries.

Maximum array length: 50
q
string

Search endpoint id, display name, publisher, description, category, and modalities.

Maximum string length: 200
category
string
Maximum string length: 100
status
enum<string>
Available options:
preview,
active,
deprecated,
retired
expand
enum<string>[] | null

Opt into each endpoint's self-contained OpenAPI 3.0 contract.

Maximum array length: 1
Available options:
openapi-3.0
limit
integer<int64>
default:20
Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by the previous page.

Pattern: ^[A-Za-z0-9_-]+$

Response

OK

has_more
boolean
required
models
object[]
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/ModelCatalogList.json"

next_cursor
string