Skip to content
TroubleshootingIn development3 min read · updated 2026-07-28

Common errors

Error patterns you may hit and what each one usually means.

Error reference

ErrorMeaningAction
invalid_requestA field failed validationRead the param field in the error body
unauthorizedMissing or invalid credentialsCheck the bearer token
not_foundResource missing or outside your workspaceVerify the identifier and workspace
rate_limitedToo many requests in a windowBack off exponentially and retry

API status

The REST API is in development; error codes above describe the planned contract.

3 min read