Skip to main content

Callbacks

Add callback_url to a submit request to receive one POST request after the task reaches a terminal state.

Payload

SocQ sends a task summary. The callback does not include normalized result records; use GET /v1/tasks/{task_id} to read paginated records after status is succeeded.

Fields

Read Results

After receiving a successful callback, fetch normalized records from the task endpoint:
Use results.next_cursor on the same endpoint for additional pages:
Callback delivery is best-effort. Keep polling GET /v1/tasks/{task_id} as a fallback if your endpoint is temporarily unavailable.