list_engagements
Retrieve engagements from DefectDojo with optional filters for product ID, name, status, engagement type, or tag. Supports pagination using limit and offset.
Instructions
List engagements with optional filters.
Args: product_id: Filter by product ID name: Filter by name (contains) status: Filter by status (Not Started, In Progress, Completed) engagement_type: Filter by type (Interactive, CI/CD) tag: Filter by tag name limit: Results per page (default 25) offset: Pagination offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | No | ||
| limit | No | ||
| offset | No | ||
| status | No | ||
| product_id | No | ||
| engagement_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||