list_risk_acceptances
Retrieve risk acceptances from DefectDojo with filters for finding, owner, name, and acceptor. Supports pagination.
Instructions
List risk acceptances.
Args: finding_id: Filter by an accepted finding ID owner_id: Filter by owner user ID name_contains: Filter by name (contains) accepted_by: Filter by acceptor name/email (contains) limit: Results per page offset: Pagination offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| owner_id | No | ||
| finding_id | No | ||
| accepted_by | No | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||