Skip to content
ScoutingAPI
Docs

listing_not_found

The addressed listing / property does not exist upstream.

HTTP 404not_foundNot retryable0 credits
HTTP 404error.type = not_found

How to fix it

Verify the platform + listing id. A not-found listing is never billed.

Example response

404 not_found
// HTTP 404
{
  "error": {
    "type": "not_found",
    "code": "listing_not_found",
    "message": "The addressed listing / property does not exist upstream.",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/listing_not_found"
  }
}

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/listing_not_found.