Search findings using full-text query and filters for severity, state, type, and app.
Documentation Index
Fetch the complete documentation index at: https://conductorone-groman-network-requirements-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
The FindingSearchRequest message.
Filter by app IDs (OR within field).
Filter by app user IDs (OR within field). Matches findings whose target.app_user_target.app_user_id is in this list.
Filter by finding type discriminators (OR within field).
Maximum number of findings to return per page.
Pagination token from a previous response.
Free text search query.
Filter by severities (OR within field).
FINDING_SEVERITY_UNSPECIFIED, FINDING_SEVERITY_INFO, FINDING_SEVERITY_LOW, FINDING_SEVERITY_MEDIUM, FINDING_SEVERITY_HIGH, FINDING_SEVERITY_CRITICAL Filter by states (OR within field).
FINDING_STATE_UNSPECIFIED, FINDING_STATE_OPEN, FINDING_STATE_IN_PROGRESS, FINDING_STATE_RESOLVED, FINDING_STATE_SNOOZED, FINDING_STATE_RISK_ACCEPTED, FINDING_STATE_SUPPRESSED