v1

latestOpenAPI 3.1.02026-07-244190162.0 KB
Assets

Get Filters With Filter

Retrieve available filters for assets in project similar to GET endpoint.

Include filter parameters in the request body to get filter values based on a filtered assets, similar to /_search.

The returned filters can be specified by including a list of filter fields in the request body. Otherwise the default filters will be returned: asset_type, custom_tags, ip_owner, severity, open_port_number and certificate_expires_at.

post/projects/{project_id}/filters

Path parameters

project_idstring required

Request body

filter_fieldsstring[] nullable

List of filterable fields to return filter options for. Valid values: asset_type, asn, custom_tags, added_to_project, discovered, apex, ip_geo_country_iso, ip_owner, static_asset, registry, referenced_ip, exposure_id, severity, asset_exposure_score, last_scanned_at, open_port_number, open_port_service, open_port_protocol, waf_detected, waf_name, technology_name, is_responsive, certificate_issuer, certificate_expires_at, certificate_issued_at. You can also use all to return all available filterable fields.

Response

Successful Response