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 | 400 Bad Request or 410 Gone |
| Code | unsupported_api_version |
| Retry? | No — upgrade your client or pin a newer version. |
When this happens
You set theAgnes-Version header to a date that is older than the
server’s current minimum supported version. The server cannot reliably
honour the old contract and refuses the request rather than guess.
Example response
How to fix
- If you pinned the version yourself: bump the
Agnes-Versionvalue to a more recent date. The current date version is in the OpenAPI document (sdk/openapi/openapi.json) and is2026-04-16at the time of writing. - If your SDK is pinning it: upgrade to the latest minor of the SDK. See Versioning.
- If you have not pinned it: this should never happen — the API
defaults to the latest version when no header is sent. If you see
this without a pin, file a ticket with the
request_id.
Deprecation timeline
The minimum supported version moves forward roughly once a year. Deprecation notices ship in the SDK CHANGELOG and the API release notes; you have at least six months of warning before a date version is removed.SDK behaviour
| SDK | Exception |
|---|---|
| Python | agnes.ValidationError (with code == "unsupported_api_version") |
| TypeScript | ValidationError (with code === "unsupported_api_version") |