Skip to main content
POST
/
matters
/
v1
/
executions
/
{executionId}
/
callback
Agent execution callback
curl --request POST \
  --url https://api.case.dev/matters/v1/executions/{executionId}/callback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "runId": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

executionId
string
required

Query Parameters

token
string
required

Body

application/json
runId
string
required

Response

Execution finalized