get-incidents
Retrieve paginated lists of Datadog incidents to monitor and manage operational issues.
Instructions
List Datadog incidents with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Number of results per page (default 25, max 100) | |
| pageOffset | No | Pagination offset | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |