ListApmRetentionFilters
Retrieve a list of APM retention filters from the Datadog MCP Server to manage and analyze application performance monitoring data effectively.
Instructions
Get the list of APM retention filters.
Responses:
200 (Success): OK
Content-Type:
application/jsonResponse Properties:
data: A list of retention filters objects.
Example:
{
"data": [
"unknown_type"
]
}403: Not Authorized
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}429: Too many requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | A list of retention filters objects. |