---
title: "Get all service objects"
method: GET
path: "/api/v2/integration/opsgenie/services"
tags: ["Opsgenie Integration"]
---

# Get all service objects

`GET /api/v2/integration/opsgenie/services`

Get a list of all services from the Datadog Opsgenie integration.

## Response `200`

OK

- OpsgenieServicesResponse — Response with a list of Opsgenie services.
  - `data` OpsgenieServiceResponseData[], required — An array of Opsgenie services.
    - `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

- `403` — Forbidden
- `429` — Too many requests

---

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