POST
/
v0
/
tasks
/
{id}
{
  "status": "success",
  "data": {
    "data_json": [
      {}
    ],
    "job_id": "<string>",
    "error_detected": true
  },
  "message": "<string>",
  "error": {
    "code": 123,
    "details": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successfully ran task

The response is of type object.