v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-242047102.4 KB
Callback

Submit Task Outcome

This is the endpoint where the automatic task apps should return the outcome when the task execution is finished. <p>Note: If the callback is not returned within <b>4h</b> of the task submission, the task will be marked as unresponsive!</p>

post/external-job/v1/callback

Query parameters

tokenstring

Headers

TR_IDstring

A trace id, to help track problems. If it's not received, an auto-generated value will be used for logging. TR_ID header should also be set on the response.

Request body

successboolean

The status indicating whether the task was successfully processed or not

outcomestring

The task outcome

commentstring

A comment about the task outcome.

Response

Accepted