resource_not_found
Returned as invalid_request_error with HTTP 404.
What happened
No resource matches that id (or `external_id`) within the active org. Ids are org-scoped: a valid id from another org still returns this error.
How to fix it
Check the id for typos and confirm you're acting in the right org — `renza me` (or GET /v1/me) shows the active org. If you're using an `external_id`, remember it resolves within the authed org only.
The envelope
{
"error": {
"type": "invalid_request_error",
"code": "resource_not_found",
"message": "…",
"request_id": "req_8f2c4a1b",
"doc_url": "https://docs.renza.io/errors/resource_not_found"
}
}See Errors for the full contract, and note the CLI maps this to a stable exit code — see Output & exit codes.