Skip to main content
POST
/
agent
/
v1
/
run
/
{id}
/
exec
curl -X POST "https://api.case.dev/agent/v1/run/%3Cstring%3E/exec" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "id": "<string>",
  "workflowId": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Run ID

Response

Run started

id
string
status
enum<string>
Available options:
running
workflowId
string

Durable workflow run ID

message
string