| 400 | validation_error | Invalid request body or query parameters. Check the message for details. |
| 401 | invalid_api_key | Missing, malformed, expired, or revoked API key. |
| 403 | forbidden | Your API key doesn’t have the required scope for this endpoint. |
| 404 | not_found | The resource doesn’t exist or belongs to another user. |
| 405 | method_not_allowed | Wrong HTTP method. Check the endpoint documentation. |
| 409 | conflict | Duplicate resource — for example, a folder with the same name already exists. |
| 429 | rate_limited | Rate limit exceeded. Check the Retry-After header. |
| 500 | internal_error | Something went wrong on our end. Retry after a short delay. |