Skip to main content
GET
List Model Datasets

Authorizations

Authorization
string
header
required

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

Path Parameters

model_id
string
required

Model ID

Example:

"model_abc123"

Query Parameters

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

Opaque cursor

Response

Successful Response

Paginated response for model-dataset associations.

items
ModelDatasetOut · object[]
required

List of model-dataset associations in this page

hasMore
boolean
required

Whether there are more results available

nextCursor
string | null

Cursor for the next page of results

totalCount
integer | null

Total count of associations (if available)