List Findings
Lists security findings across your organization, optionally filtered by target and lifecycle status. Defaults to ACTIVE findings. Results include the current retest status, timestamps, and customer-visible failure reason when a retest could not execute. Results use offset pagination and include a total count.
Authorizations
API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.
Query Parameters
Optional target UUID to filter findings
Filter findings to a specific assessment run
When true, omit secured probe findings
Filter by severity. info is accepted as a deprecated alias for secured.
critical, high, medium, low, secured, info Filter by finding lifecycle status
ACTIVE, RESOLVED, ARCHIVED Sort mode for results
severity, created_at Sort direction
asc, desc Search finding ID, title, description, endpoint, or impact
500Filter by vulnerability status
vulnerable, secured, all When true, return only active findings
Compatibility parameter. Results are organization-wide when target_id and assessment_id are omitted.
When true, return only findings assigned to the current user
Filter by assignee user ID
When true, return only findings without an assignee
Finding type. Only red-team findings are available through the public API.
red-team Maximum number of findings to return
1 <= x <= 100Number of records to skip for offset pagination
x >= 0