provider Security Monitoring GET /api/v2/security_monitoring/configuration/security_filters/{security_filter_id}
@utdk/datadog /api/v2/security_monitoring/configuration/security_filters/{security_filter_id}
Get a security filter
Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
security_filter_id path required
The ID of the security filter.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
getsecurityfilter
GET/api/v2/security_monitoring/configuration/security_filters/{security_filter_id}
Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.

Parameters

required

The ID of the security filter.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getsecurityfilter()