API Reference
Get Model Requests
GET
/
v1
/
models
/
{model_id}
/
requests
This endpoint returns a JSON object that describes the requests sent to a model directly.
Request
model_id
string
requiredSieve model ID
page
number
default: "1"The page of results to return
limit
number
default: "100"The number of results to return per page
Response
id
string
The id of the job.
model_id
string
The id of the model that the job belongs to.
time
dict
The times when the job was queued, started, and completed.
status
string
The status of the job. Can be “queued”, “started”, “finished”, or “error”.
user_inputs
dict
The inputs that the user provided to trigger the job.
Was this page helpful?