Error reference
listing_not_found
The addressed listing / property does not exist upstream.
HTTP 404not_foundNot retryable0 credits
HTTP 404
error.type = not_foundHow 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
Like every ScoutingAPI error,
listing_not_found returns creditsCharged: 0. You are never billed for a failed, empty, blocked or not-found call.See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/listing_not_found.