ListIncidentTypes
Retrieve all incident types from the Datadog MCP Server, including deleted ones if specified. Returns a JSON array of incident type objects for effective observability management.
Instructions
Get all incident types.
Query Parameters:
include_deleted: Include deleted incident types in the response.
Responses:
200 (Success): OK
Content-Type:
application/json
Response Properties:
data: An array of incident type objects.
Example:
400: Bad Request
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
401: Unauthorized
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
403: Forbidden
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
429: Too many requests
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_deleted | No | Include deleted incident types in the response. |