Error Reference
All Alana API endpoints return errors in a consistent JSON envelope:
Use the request_id when contacting support to help us quickly locate your request in our logs.
Authentication Errors
Rate Limit Errors
Rate limit headers are included on every response: X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.
Search Errors
Feed Errors
Catalog / Data Errors
MCP Errors
Server Errors
NDJSON Error Lines
When using Accept: application/x-ndjson for streaming responses, errors mid-stream are emitted as a final NDJSON line:
The stream closes after this line. Your client should check each line for an error key.