Starts execution of a queued run. The agent runs in a durable workflow — poll /run/:id/status for progress.
curl --request POST \
--url https://api.case.dev/agent/v1/run/{id}/exec \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "running",
"workflowId": "<string>",
"message": "<string>"
}Was this page helpful?
curl --request POST \
--url https://api.case.dev/agent/v1/run/{id}/exec \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "running",
"workflowId": "<string>",
"message": "<string>"
}