Skip to main content
GET
List Models

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Query Parameters

expand[]
string[] | null

List of related objects to expand in the response. Example: ?expand[]=model&expand[]=versions

Example:
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor

Response

Successful Response

Paginated response for model listings.

items
ModelOut · object[]
required

List of models in this page

hasMore
boolean
required

Whether more results are available

nextCursor
string | null

Cursor for the next page