Skip to main content
POST
/
workflows
/
{id}
/
execute
Execute workflow
curl --request POST \
  --url https://nvidia.casebender.com/api/v1/workflows/{id}/execute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseId": "<string>",
  "alertId": "<string>",
  "metadata": {}
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
caseId
string
alertId
string
metadata
object

Response

200

Default Response