| Name | Type | Description | Notes |
|---|---|---|---|
| binaryId | Long | Target binary | |
| errorMessage | String | Error description when status=FAILED. | [optional] |
| matchId | String | Opaque token for this binary's matching run. Present on dispatch and when statuses were fetched by token. | [optional] |
| matchedFunctionCount | Long | Number of source functions that received at least one candidate match. Only meaningful when status=COMPLETED. | |
| status | StatusEnum | Per-binary workflow status |
| Name | Value |
|---|---|
| UNINITIALISED | "UNINITIALISED" |
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| COMPLETED | "COMPLETED" |
| FAILED | "FAILED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |