Starts execution of a queued v2 run. The agent runs in a durable workflow on a Daytona runtime.
curl --request POST \
--url https://api.case.dev/agent/v2/run/{id}/exec \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "running",
"workflowId": "<string>",
"provider": "daytona",
"runtimeState": "running",
"message": "<string>"
}API key starting with sk_case_
Was this page helpful?
curl --request POST \
--url https://api.case.dev/agent/v2/run/{id}/exec \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "running",
"workflowId": "<string>",
"provider": "daytona",
"runtimeState": "running",
"message": "<string>"
}