v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Task

get/datainsights/v1.1/tasks/{id}

Path parameters

idstring required

Task id of the resource

Headers

X-PROPERTY-IDinteger

Property id of the client

Response

OK

idstring
statusstring

Status of the task

errorstring

Error, if the task failed

Example response

{
  "id": "53cce75e-eed6-4040-8a98-8accf372947a",
  "status": "PENDING",
  "result": {
    "format": "xlsx",
    "view": "raw",
    "filename": "Report Name"
  }
}