Get Model
GET
/
v1
/
models
/
{model_id}
This endpoint returns a JSON object that describes a given model given its ID.
Request
name of Sieve model
Response
The id of the model.
The name of the model.
The status of the model. The possible values are “ready”, “queued”, “building”, and “failed”.
The inputs of the model as a dictionary of name and type.
The outputs of the model as a dictionary of name and type.
Was this page helpful?