Queue API
Get Request Status
Check the current status of an inference request.
GET
Get Request Status
Authorizations
Use the format: Key modelrunner_key
Path Parameters
Model owner or organization name.
Model alias on ModelRunner.
The request identifier returned by Create Request.
Required string length:
21Response
Current request status
Available options:
IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED, CANCELLED Required string length:
21Reserved. Cancellation is not currently supported: this URL responds with the same body as status_url and does not stop the request. Kept for forward compatibility.

