Skip to main content
POST
/
agent
/
v1
/
run
/
{id}
/
watch
curl -X POST "https://api.case.dev/agent/v1/run/%3Cstring%3E/watch" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "callbackUrl": "<string>" }'
{
  "ok": true,
  "callbackUrl": "<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

Body

application/json
callbackUrl
string<uri>
required

HTTPS URL to receive completion callback

Response

Callback registered

ok
boolean
callbackUrl
string