Retrieve Model

Retrieves a model's details.

Path parameters

modelstringRequired
The model to get information for.

Headers

AuthorizationstringRequired

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

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