cURL
curl --request POST \ --url https://api.example.com/workflow-executions/{execution_id}/terminate \ --header 'Content-Type: application/json' \ --cookie fastapiusersauth= \ --data ' { "reason": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get a workflow execution.
Successful Response
Was this page helpful?