atcWorklists
Retrieve compact findings from a completed ATC run, including summary and per-object details, with optional filtering by object name for efficient worklist management.
Instructions
STEP 3 of an ATC run. Retrieves the findings of a completed ATC run, returned COMPACT (summary + per-object findings) to avoid huge payloads. For a central/shared worklist use objectName to filter to a single object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | No | The timestamp. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| objectName | No | Filter findings to this object name only (recommended for large/central worklists to avoid truncation). | |
| maxFindings | No | Max findings detailed in the response (default 200). The summary always counts ALL findings; a `truncated` flag signals when detail was capped. | |
| runResultId | Yes | The `id` returned by createAtcRun. | |
| usedObjectSet | No | The used object set. | |
| includeExempted | No | Whether to include exempted findings. |