list_tests
Retrieve tests from DefectDojo using optional filters like engagement ID, product ID, test type, tag, or title, with limit and offset for pagination.
Instructions
List tests with optional filters.
Args: engagement_id: Filter by engagement ID product_id: Filter by product ID (via engagement__product) test_type: Filter by test type ID tag: Filter by tag name (contains) title: Filter by title (contains) limit: Results per page (default 25) offset: Pagination offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| title | No | ||
| offset | No | ||
| test_type | No | ||
| product_id | No | ||
| engagement_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||