WEBHOOK
task.parse.updated
{
  "event_type": "task.parse.updated",
  "message": null,
  "status": "Starting",
  "task_id": ""
}

Body

application/json

A task has been updated - the event is sent when the status or message for a task changes.

event_type
enum<string>
required

Event type identifier

Available options:
task.parse.updated
status
enum<string>
required

Current status of the task

Available options:
Starting,
Processing,
Succeeded,
Failed,
Cancelled
task_id
string
required

Unique task identifier

message
string | null

Optional human-readable status message