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
Sieve model ID
The page of results to return
The number of results to return per page
Response
The id of the job.
The id of the model that the job belongs to.
The times when the job was queued, started, and completed.
The status of the job. Can be “queued”, “started”, “finished”, or “error”.
The inputs that the user provided to trigger the job.
Was this page helpful?