list_products
Retrieve and filter products (assets) from DefectDojo by name, organization, lifecycle, tag, or accessibility flags, with pagination support for managing inventory.
Instructions
List products (assets) with optional filters.
Args: name: Filter by name (contains) name_exact: Filter by exact name organization_id: Filter by organization (product type) ID lifecycle: Filter by lifecycle (construction, production, retirement) tag: Filter by tag name (contains) external_audience: Filter by external audience flag internet_accessible: Filter by internet accessible flag limit: Results per page (default 25) offset: Pagination offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | No | ||
| limit | No | ||
| offset | No | ||
| lifecycle | No | ||
| name_exact | No | ||
| organization_id | No | ||
| external_audience | No | ||
| internet_accessible | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||