Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

The ID of the task to retrieve.

Example:

"task_677efb5139a88190b512bc3fef8e535d"

Response

200 - application/json

OK

Base JSON-RPC 2.0 message.

jsonrpc
string
required

JSON-RPC protocol version, always '2.0'.

Allowed value: "2.0"
id

请求/响应 ID,由客户端生成或服务器透传;可为字符串、整数或 null。

result
object

JSON-RPC result:任务对象。

error
object

JSON-RPC 错误对象(如失败时)。