Report the outcome of an active action
Report the outcome of an action previously started via /cues/{cue_id}/resolve. Requires the same signed secret used to start it. The action must still be active — otherwise a 404 is returned.
state=successmarks the action as completed; it will no longer appear in the originating resource’sactionslist on subsequent reads.state=failrecords the failure but leaves the action available, so the caller can retry by calling/resolveagain.
Path Parameters
The action's ID
Query Parameters
Signed secret authorising the caller for this action
Body
Outcome of the action: success marks it completed, fail records a failure and leaves it available to retry.
success, fail Optional free-form payload forwarded to the action handler (e.g. provider-specific result data).
Optional caller location metadata recorded alongside the outcome event.
Optional caller client metadata (user-agent, device, etc.) recorded alongside the outcome event.
Response
OK
ID of the action whose outcome was recorded.
