Skip to main content
POST
Query task status

Query task

Send the Wizzx task_id returned by submit with the same API key. This endpoint reads the stored task state and does not submit work to the provider.
Client-visible states are PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED. Internal DISPATCHING is returned as PROCESSING. Continue polling the same Task ID for non-terminal states. Do not automatically create a replacement task for an unknown state, REVIEW_REQUIRED, or an ambiguous submit response.

Authorizations

Authorization
string
header
required

Wizzx API key. This is not a JWT.

Body

application/json
task_id
string<uuid>
required

Wizzx task ID returned by submit.

Response

Current task state

code
enum<integer>
required
Available options:
0
message
string
required
Example:

"success"

data
object
required
request_id
string<uuid>
required