---
title: "Get service list"
method: GET
path: "/api/v2/apm/services"
tags: ["APM"]
---

# Get service list

`GET /api/v2/apm/services`

## Query parameters

- `filter[env]` string, required

## Response `200`

OK

- ServiceList — The response body for the service list endpoint.
  - `data` ServiceListData — A single data item in the service list response.
    - `attributes` ServiceListDataAttributes — Attributes of a service list entry, containing metadata and a list of service names.
      - `metadata` ServiceListDataAttributesMetadataItems[] — A list of metadata items associated with the service.
        - `isTraced` boolean — Indicates whether the service is traced by APM.
        - `isUsm` boolean — Indicates whether the service uses Universal Service Monitoring.
      - `services` string[] — A list of service names.
    - `id` string — The unique identifier of the service.
    - `type` 'services_list', required — Services list resource type.

## Other responses

- `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/versions/da68bf029e4c/schema)
