GetIncidentType
Retrieve detailed incident type information by specifying the incident type UUID. Supports JSON responses for success, errors, and validation issues via Datadog MCP Server integration.
Instructions
Get incident type details.
Path Parameters:
incident_type_id (Required): The UUID of the incident type.
Responses:
200 (Success): OK
Content-Type:
application/jsonResponse Properties:
Example:
400: Bad Request
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
401: Unauthorized
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
404: Not Found
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
429: Too many requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_type_id | Yes | The UUID of the incident type. |