Get a list of findings

Get a list of findings with optional filtering and sorting. This endpoint supports retrieving findings as a list or generating a URL for CSV export

Requires the following permission:
jit.findings.read

Query Params
string

JSON string of filters to apply. Supports filtering by severity, status, resolution, asset_type, and other finding attributes. Also supports search_query for searching by ID, CVE, CWE, or finding name. Example: {'severity': ['HIGH', 'CRITICAL'], 'status': 'OPEN', 'search_query': 'CVE-2023-1234'}

string

Search query to find findings by ID, CVE, CWE, or finding name. Uses MongoDB Atlas Search for fast, relevant results. Example: 'CVE-2023-1234', 'CWE-79', 'SQL injection'

boolean

Sort order for findings. True for descending (newest first), False for ascending (oldest first). Default is True

integer

Number of findings to return per page. Must be between 1 and 100. Default is 20

string

Pagination token for retrieving the next page of results. Obtained from the previous response

string

Response format. Set to 'csv' to get a pre-signed URL for CSV download. Default is JSON list format

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json