Skip to main content
GET
Get job status and result
Retrieve the current status and result of a submitted inference job. Use the request_id returned by any POST /api/v2/** endpoint.
Consider using webhooks or WebSockets instead of polling.
  • Webhooks — Results pushed to your server automatically
  • WebSockets — Real-time updates with live previews
See Execution Modes for full comparison.

Authorizations

Authorization
string
header
required

Sanctum personal access token, sent as Authorization: Bearer <token>. The token is opaque — it carries no claims and no embedded expiry, so do not attempt to decode it. Issue and revoke tokens from your account dashboard.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Path Parameters

job_request
string
required
Example:

"c08a339c-73e5-4d67-a4d5-231302fbff9a"

Response

Current status of requested inference.

data
object

Status response data