Developers / API Reference
Error semantics and common status codes.
9 categories51 pagesUpdated Mar 24, 2026
Browse Documentation
Foundation
Platform
Capabilities
Product
Core Platform
Core Platform
Developers
Operations
Business
Billing and Plans
Billing and Plans
On This Page
No section anchors
# Errors
Error responses maintain consistent shape for observability and retries.
## Error Envelope
``json
{
"data": null,
"success": false,
"error": "Human readable reason"
}
`
## Common Codes
- 400 request invalid.
- 401 not authenticated.
- 403 insufficient permissions.
- 404 resource not found.
- 429 rate limit exceeded.
- 500` internal service failure.
Last updated Mar 24, 2026