list-fleet-agents
List Datadog agents in your fleet with options to filter by tags or query, sort by attributes, and paginate results for efficient management.
Instructions
List Datadog Agents in the fleet with filtering, sorting, and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNumber | No | Page number (0-based) | |
| pageSize | No | Number of results per page (max 100) | |
| filter | No | Filter string using Datadog query syntax | |
| tags | No | Comma-separated list of tags to filter agents | |
| sortAttribute | No | Attribute to sort by | |
| sortDescending | No | Sort descending if true |