Get a given APM retention filter
GET {{baseUrl}}/api/v2/apm/config/retention-filters/:filter_id
Get an APM retention filter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","type":"apm_retention_filter","attributes":{"created_at":"\u003clong\u003e","created_by":"\u003cstring\u003e","editable":"\u003cboolean\u003e","enabled":"\u003cboolean\u003e","execution_order":"\u003clong\u003e","filter":{"query":"\u003cstring\u003e"},"filter_type":"spans-sampling-processor","modified_at":"\u003clong\u003e","modified_by":"\u003cstring\u003e","name":"\u003cstring\u003e","rate":"\u003cdouble\u003e"}}}