not_foundHTTP 404Not retryable
not_found
The requested resource was not found.
Stable URL: https://docs.statxe.com/api/errors/not_found
How to resolve
- Confirm the resource id belongs to your organization.
- Cross-tenant ids return 404 by design.
Example response
{
"ok": false,
"error": {
"code": "not_found",
"message": "The requested resource was not found.",
"docs_url": "https://docs.statxe.com/api/errors/not_found"
},
"meta": {
"request_id": "req_example123"
}
}See also Errors & rate limits guide.