Skip to main content
The API uses standard HTTP status codes and returns structured error responses.

HTTP status codes

StatusDescription
200Success
401Authentication failed — invalid or missing API key
422Validation error — malformed request or invalid parameters
429Rate limit exceeded
500Internal server error
529Cluster overloaded - Too many sessions

Error response format

Common errors

Authentication (401)

Validation (422)

Execution errors

Returned when an operation fails. Includes the x-error-class: NotteApiExecutionError header.