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.
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>"
}
]
}Was this page helpful?