GetIncidentService
Retrieve detailed information about an incident service, including related users if specified, using the incident service ID. Integrates with Datadog MCP Server for enhanced observability and incident management.
Instructions
Get details of an incident service. If the include[users] query parameter is provided,
the included attribute will contain the users related to these incident services.
Path Parameters:
service_id (Required): The ID of the incident service.
Query Parameters:
include: Specifies which types of related objects should be included in the response.
Responses:
200 (Success): OK
Content-Type:
application/jsonResponse Properties:
included: Included objects from relationships.
Example:
{
"data": "unknown_type",
"included": [
"unknown_type"
]
}400: Bad Request
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}401: Unauthorized
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}403: Forbidden
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}404: Not Found
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}429: Too many requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Object related to an incident. | |
| service_id | Yes | The ID of the incident service. |