---
title: "Get a single service object"
method: GET
path: "/api/v1/integration/pagerduty/configuration/services/{service_name}"
tags: ["PagerDuty Integration"]
---

# Get a single service object

`GET /api/v1/integration/pagerduty/configuration/services/{service_name}`

Get service name in the Datadog-PagerDuty integration.

## Path parameters

- `service_name` string, required

## Response `200`

OK

- PagerDutyServiceName — PagerDuty service object name.
  - `service_name` string, required — Your service name associated service key in PagerDuty.

## Other responses

- `403` — Authentication error
- `404` — Item Not Found
- `429` — Too many requests

---

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