Internal callback endpoint for agent execution completion. Authenticated via callback token, not API key.
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>"
}
'Was this page helpful?
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>"
}
'