task_details

Trigger task callback

Accepts the task result for delivery to the configured callback URLs and returns without waiting for them. Delivery retries with exponential backoff for up to 5 minutes per URL. Returns immediately if no callback URL is set.

post/api/v1/initiate_callback

Headers

x-api-keystring required

Request body

task_idstring required
endpoint_namestring required
task_callback_urlstring nullable
task_callback_api_keystring nullable

Response

Successful Response

successboolean required
statusstring required

Changes