| Name | Type | Description | Notes |
|---|---|---|---|
| analysisId | Long | Analysis ID | |
| analysisScope | AnalysisScopeEnum | Scope of the analysis (always PUBLIC for examples) | |
| binaryId | Long | Binary ID | |
| binaryName | String | Binary filename | |
| binarySize | Long | Binary size in bytes | |
| creation | OffsetDateTime | When the analysis was created | |
| isOwner | Boolean | True when the caller owns the analysis | |
| modelId | Long | Model ID | |
| sha256Hash | String | SHA-256 hash of the binary | |
| status | String | Analysis status | |
| tags | List<String> | Tags associated with this binary | |
| username | String | Username of the analysis owner |
| Name | Value |
|---|---|
| PUBLIC | "PUBLIC" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |