---
title: "Get a single service object"
method: GET
path: "/api/v2/integration/opsgenie/services/{integration_service_id}"
tags: ["Opsgenie Integration"]
---

# Get a single service object

`GET /api/v2/integration/opsgenie/services/{integration_service_id}`

Get a single service from the Datadog Opsgenie integration.

## Path parameters

- `integration_service_id` string, required

## Response `200`

OK

- OpsgenieServiceResponse — Response of an Opsgenie service.
  - `data` OpsgenieServiceResponseData, required — Opsgenie service data from a response.
    - `attributes` OpsgenieServiceResponseAttributes, required — The attributes from an Opsgenie service response.
      - `custom_url` string, nullable — The custom URL for a custom region.
      - `name` string — The name for the Opsgenie service.
      - `region` 'us' | 'eu' | 'custom' — The region for the Opsgenie service.
    - `id` string, required — The ID of the Opsgenie service.
    - `type` 'opsgenie-service', required — Opsgenie service resource type.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
