# TriggerScanResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifacts_queued** | **i32** | |
**message** | **String** | |
**scan_result_ids** | Option<[**Vec<uuid::Uuid>**](uuid::Uuid.md)> | Scan result IDs created (one per active scanner) when triggering an artifact-level scan. Empty for repository-level scans (where the per-artifact rows are created inside the spawned worker) and for artifact-level triggers when no scanners are configured. Clients (and the release-gate test in artifact-keeper-test#58) should poll `GET /api/v1/security/scans/{id}` against these IDs rather than guessing the most-recent scan from `GET /artifacts/{id}/scans`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)