POST
/
v0.1
/
tasks
/
{id}
{
  "status": "success",
  "data": {
    "data_json": {
      "propertyKey": "propertyValue",
      "anotherKey": "anotherValue"
    },
    "list_data_json": [
      {
        "column1Key": "row1Value1",
        "column2Key": "row1Value2"
      },
      {
        "column1Key": "row2Value1",
        "column2Key": "row2Value2"
      }
    ],
    "list": true,
    "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
inputs
string[]
required

The inputs for the task

task_version
number
default:0
required

The version of the task

Response

200
application/json
Successfully ran task
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required
message
string
required
error
object