Error response format
param field is only present when the error relates to a specific request parameter. Always include request_id when contacting support.
Error codes
authentication_required
HTTP 401 — The request has noAuthorization header or the API key is invalid, expired, or revoked.
insufficient_permissions
HTTP 403 — The API key is valid but lacks the required permission for this endpoint. Check the permission table to see which permission each endpoint requires.invalid_parameter
HTTP 400 — A query parameter has an invalid format or value. Theparam field identifies which parameter is at fault.
missing_parameter
HTTP 400 — A required query parameter is missing from the request.not_found
HTTP 404 — The requested resource does not exist, or it belongs to a different team than the one associated with your API key.rate_limit_exceeded
HTTP 429 — You have exceeded the rate limit of 600 requests per minute. Wait for the duration specified in theRetry-After header before retrying.
internal_error
HTTP 500 — An unexpected server error occurred. If this persists, contact support with therequest_id from the response.