not_found
HTTP 404 · Do not retry unchanged — fix the request first
Unknown path, or an ID that does not belong to this connection.
What happened
A key only ever sees what came in through its own channel. Anything else answers 404 — never 403, because a 403 would confirm that the resource exists.
How to fix it
- Check the path against the reference.
- Use IDs that came out of your own create or list responses.
Retrying
Repeating the request unchanged will fail again. Correct the request first — the response tells you which part is wrong.
All error codes: /developers/errors · Machine-readable: llms-full.txt