Skip to main content
GET
List the tenant's model registry

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Query Parameters

starting_after
string

Cursor returned as next_cursor by the previous page.

limit
string

How many rows to return.

Response

OK

GET /v1/tenants/me/models — one page of the registry.

models
object[]
required

The registered models, newest first.

platform_default_available
boolean
required

Whether an active platform-default row exists at all.

next_cursor
string | null

Where the next page resumes, or null on the last one.

platform_default
null | object

The default's identity, when there is one.

total
integer<int64> | null

Always null — see the module note.

Required range: x >= 0