| Name | Type | Description | Notes |
|---|---|---|---|
| perBinary | List<BatchBinaryMatchResult> | Per-binary status (order matches the request). | |
| status | StatusEnum | Aggregate status across the batch: COMPLETED when every binary is completed, FAILED if any failed, RUNNING/PENDING otherwise. |
| Name | Value |
|---|---|
| UNINITIALISED | "UNINITIALISED" |
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| COMPLETED | "COMPLETED" |
| FAILED | "FAILED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |