cURL
curl --request POST \ --url https://api.example.com/api/executions/{execution_uuid}/complete \ --header 'Content-Type: application/json' \ --data ' { "status": "completed" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Payload for marking an execution as complete/failed.
completed
failed
Successful Response
Was this page helpful?