Skip to main content
All Natural API errors follow a standard JSON:API-style format with stable public codes and safe display copy.

Error response format

Every error response contains an errors array with one or more error objects:
Each error object contains:

Metadata

Public error responses include meta.supportId by default. Internal/upstream metadata is kept in logs and traces, correlated by supportId. The exception is external account errors that can be repaired by relinking: those may also include meta.connectionStatus (login_required or disconnected) and meta.provider with the provider’s error code, type, and request ID.

Rate limit errors

Requests over the rate limit receive a 429 with code rate_limited. The response carries a Retry-After header with the seconds to wait before retrying. See Rate limits.

Validation errors

Validation errors may include source.pointer for API clients:

Cross-cutting errors

These errors depend on how a request is authenticated and attributed rather than on the resource being called, so the per-resource error pages do not list them. Most apply to requests made with agent credentials or on behalf of another party.