get-incident
Retrieve comprehensive details of a Datadog incident using its incident ID for in-depth analysis.
Instructions
Get detailed information about a specific Datadog incident by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident ID to retrieve | |
| 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. |