v1

latestOpenAPI 3.1.02026-07-244190162.0 KB
Exposures

List Exposures

get/projects/{project_id}/exposures

Path parameters

project_idstring required

Query parameters

cursorstring

Opaque string provided in next_cursor of previous results

Opaque string provided in next_cursor of previous results

limitinteger

The number of exposures

The number of exposures

filter_cve_idstring

Filter for asset or exposure tied to a vulnerability with the provided CVE. Example CVE-2024-6387.

Filter for asset or exposure tied to a vulnerability with the provided CVE. Example CVE-2024-6387.

filter_cvss_score_gtenumber

Filter for asset or exposure tied to a vulnerability with the provided CVSS score range. Example 7.5. You will generally just use the 'low' end of the range.

Filter for asset or exposure tied to a vulnerability with the provided CVSS score range. Example 7.5. You will generally just use the 'low' end of the range.

filter_cvss_score_ltenumber

Filter for asset or exposure tied to a vulnerability with the provided CVSS score range. Example 7.5. You will generally just use the 'low' end of the range.

Filter for asset or exposure tied to a vulnerability with the provided CVSS score range. Example 7.5. You will generally just use the 'low' end of the range.

filter_cwe_idstring

Filter for asset or exposure tied to a vulnerability associated with the provided CWE (see: https://cwe.mitre.org/). Example CWE-79.

Filter for asset or exposure tied to a vulnerability associated with the provided CWE (see: https://cwe.mitre.org/). Example CWE-79.

filter_severity'unknown' | 'informational' | 'moderate' | 'critical'

DEPRECATED: Use filter_severity_exact or filter_severity_min instead. Filter for assets which have an exposure severity matching or higher than the provided value. Acceptable values: unknown, informational, moderate, critical.

filter_severity_exact'unknown' | 'informational' | 'moderate' | 'critical'

Filter for assets which have an exposure severity matching the provided value. Acceptable values: unknown, informational, moderate, critical.

filter_severity_min'unknown' | 'informational' | 'moderate' | 'critical'

Filter for assets which have an exposure severity matching or higher than the provided value. Acceptable values: unknown, informational, moderate, critical.

Response

Successful Response