Skip to main content
POST
/
query
/
runs
/
{runId}
/
resume
Resume a previously paused or crashed agent run
curl --request POST \
  --url https://api.datalinks.com/api/v1/query/runs/{runId}/resume \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

runId
string<uuid>
required

Response

SSE stream of lifecycle and domain events for the resumed run.

The response is of type string.