Documentation Index
Fetch the complete documentation index at: https://docs.lasscyber.com/llms.txt
Use this file to discover all available pages before exploring further.
| HTTP status | 500 Internal Server Error |
| Code | internal_error |
| Retry? | Optional — single retry is fine; quote request_id when reporting. |
When this happens
The server hit an unexpected failure that it could not categorise asvalidation_error, one of the analyzer-
or service-level 503 errors, or anything else specific. Operators are
paged automatically.
Example response
The API never includes stack traces or upstream error strings in 500 bodies — only the canonical envelope:What to do
- Optionally retry once. Some 500s are genuinely transient.
- If the retry also fails, file a support ticket from
agnes.lasscyber.com/supportand quote therequest_id. The team uses it to correlate the exact server-side log line. - Check the status page — if a broader incident is open, the resolution there will fix the call.
SDK behaviour
| SDK | Exception |
|---|---|
| Python | agnes.ServerError |
| TypeScript | ServerError |
ServerError with code: "internal_error" means retries were
exhausted.
Privacy
500 responses never echo customer prompts back, never include upstream credentials, and never include database identifiers. Therequest_id
is the only identifier you need to quote in a ticket; do not paste
prompts.
Related
service_unavailable— retryable 503.analyzer_unavailable— analyzer- specific 503.- status.lasscyber.com