Skip to main content
POST
Get callback payload

Headers

x-api-key
string
required

Query Parameters

full_logs
boolean
default:false

When true, include for_loop_status in the payload.

Body

application/json

task_id accepts either a single task id or a list of them — the response shape mirrors whichever was sent. A list is capped at MAX_BATCH_TASK_IDS (50) items per request. endpoint_name is optional: when supplied it's trusted client input echoed onto every payload unchanged (matching the original single-task contract); when omitted it's resolved server-side per task from its recording.

task_id
required
endpoint_name
string | null

Response

Successful Response

GetCallbackDataResponse when task_id was a string; GetCallbackDataBatchResponse when it was an array.

success
boolean
required
data
CallbackDataItem · object | null