Skip to main content
GET
List organization models

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

organizationId
string
required

Organization identifier.

Query Parameters

limit
integer

Maximum number of results to return.

after
string

Cursor from a previous list response.

Response

OK

Custom model resources and pagination metadata.

data
object[]
required

The list of models.

object
any
required

Object type. Always list.

next_cursor
string

Cursor for the next page. Null if there are no more results.