GetLogsArchiveOrder
Retrieve the current archive order for logs using the Datadog MCP Server. This tool queries log archive configuration and returns the structured order without requiring input arguments.
Instructions
Get the current order of your archives. This endpoint takes no JSON arguments.
Responses:
200 (Success): OK
Content-Type:
application/jsonResponse Properties:
Example:
{
"data": "unknown_type"
}
403: Forbidden
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 | |||