Skip to content

internal_error

HTTP 500Internal Server Error

An unexpected error occurred inside the Ahoy API.

This is a bug on our side, not a problem with your request. Every response carries a request_id in the body and an Ahoy-Request-Id header.

{
"type": "https://api-docs.ahoy.ai/rest/v1/errors/internal_error",
"title": "Internal Server Error",
"status": 500,
"detail": "An unexpected error occurred. This has been logged.",
"code": "internal_error",
"request_id": "req_01J8Z2K9QW3X4Y5Z6A7B8C9D"
}

This code is not further sub-classified — it never carries a reason member.

  • Retry once with backoff — some internal errors are transient.
  • If it persists, contact Ahoy support and quote the request_id. It identifies the exact request in our logs.