Skip to content
ScoutingAPI
Docs

actor_timeout

Synchronous upstream actor work timed out without producing data.

HTTP 504upstream_timeoutRetryable0 credits
HTTP 504error.type = upstream_timeout

How to fix it

Retry with backoff, or expect the request to convert to an async job.

Example response

504 upstream_timeout
// HTTP 504
{
  "error": {
    "type": "upstream_timeout",
    "code": "actor_timeout",
    "message": "Synchronous upstream actor work timed out without producing data.",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": true,
    "docUrl": "https://scoutingapi.com/docs/errors/actor_timeout"
  }
}

This error is free

See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/actor_timeout.