v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRum Retention Filters
Get all RUM retention filters
Get the list of RUM retention filters for a RUM application.
get/api/v2/rum/applications/{app_id}/retention_filters
Path parameters
app_idstring required
RUM application ID.
Response
OK
Example response
{
"data": [
{
"attributes": {
"cross_product_sampling": {
"trace_enabled": true,
"trace_sample_rate": 25
},
"enabled": true,
"event_type": "session",
"name": "Retention filter for session",
"query": "@session.has_replay:true",
"sample_rate": 50.5
},
"id": "051601eb-54a0-abc0-03f9-cc02efa18892",
"type": "retention_filters"
}
]
}