list_entities
Query penetration testing engagements to retrieve filtered entities like hosts, credentials, or services. Use filters to find unverified or never-used credentials.
Instructions
List entities of a type, optionally filtered. type is one of host, service, identity, credential, domain, share, artifact, web_endpoint. filter accepts {"validated": false} for credentials never successfully used, {"unverified": true} for entities whose values did not appear verbatim in the source, or any data field as an exact match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | Max results (default 50, max 200). | |
| query | No | Substring filter over the page. | |
| cursor | No | Continuation cursor from a previous page. | |
| filter | No | ||
| engagement | No | Engagement name; defaults to the bound one. |