not found
not-found Error — Conduit Documentation
404 — Not Found
The requested resource does not exist.
What This Error Means
This error indicates that Conduit encountered a condition preventing the request from being completed. Below are the most common causes and how to resolve them.
Common Causes
- Table does not exist
- Record ID not found
- Incorrect URL path
How to Fix It
- Verify table name spelling
- Ensure the record ID exists
- Check your endpoint path
Example Request
GET /v1/books/999
Example Response
{"error":{"title":"Not Found","message":"The requested resource does not exist.","status":404}}