Check the current status of an inference request.
cURL
curl --request GET \ --url https://queue.modelrunner.run/{ownerName}/{modelName}/requests/{requestId}/status \ --header 'Authorization: <api-key>'
{ "status": "IN_QUEUE", "request_id": "<string>", "response_url": "<string>", "status_url": "<string>", "cancel_url": "<string>", "logs": "<string>", "metrics": { "inference_time": 123 }, "queue_position": 123 }
Use the format: Key modelrunner_key
Model owner or organization name.
Model alias on ModelRunner.
The request identifier returned by Create Request.
21
Current request status
IN_QUEUE
IN_PROGRESS
COMPLETED
FAILED
CANCELLED
Show child attributes