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