List Models

Retrieves a list of available models.

Headers

AuthorizationstringRequired

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

Query parameters

skipintegerOptionalDefaults to 0

The number of models to skip.

limitintegerOptionalDefaults to 100

The number of models to include.

Response

Successful Response

idstring

The string ID of the model

namestring

The name of the model

descriptionstring

The description of the model

releaseddatetime

The UTC time the model was released

number_of_runsinteger

The number of times the model has been run

input_shape_requirementsstring

The input shape requirements for the model

Errors