BatchClassifyProspectsResponse

Response from batch prospect classification.

  • classified
    Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    Number of prospects successfully classified.

  • failed
    Type: array object[] ยท BatchClassifyProspectsFailedItem[]

    Items that could not be classified.

    A single failed item in a batch classification response.

    • error
      Type: string

      Human-readable reason for the failure.

    • prospectId
      Type: string

      The prospect ID that failed.

  • succeeded
    Type: array string[]

    IDs of prospects that were successfully classified.