Skip to main content

HTTPValidationError

Returned when request validation fails before the application-level handler runs.

Common cases

  • Missing X-API-Key
  • Invalid scan_id path input
  • Malformed JSON or unexpected request structure
The detail array contains one or more ValidationError objects.
detail
object[]
required

List of validation issues returned by the API framework.