Skip to main content
GET
Query task status

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> in the request header.

Path Parameters

task_id
string
required

Task ID.

Response

Query successful. Returns the task status and result.

request_id
string

Unique request ID. Can be used for request tracing and issue diagnosis.

output
object

Task output information.

usage
object

Output information statistics. Only counts successful results.

code
string

Error code. Only returned when the request fails.

message
string

Error message. Only returned when the request fails.