ListIncidentTypes
Retrieve all available incident types, including deleted ones if specified, to streamline incident management on the Datadog MCP Server.
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:
- Content-Type:
- 400: Bad Request
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 401: Unauthorized
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 403: Forbidden
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_deleted | No | Include deleted incident types in the response. |