get-containers
List all containers monitored by Datadog, including names, images, tags, state, and start time. Filter by tags, group by attribute, and paginate results.
Instructions
List containers monitored by Datadog. Use for 'show running containers', 'containers for web service', 'container status by image'. Returns container names, images, tags, state, and start time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filterTags | No | Comma-separated tags (e.g., 'env:prod,service:web') | |
| groupBy | No | Group by attribute (e.g., 'short_image') | |
| sort | No | Sort field (e.g., 'name', '-name') | |
| pageSize | No | Results per page | |
| pageCursor | No | Pagination cursor |