---
title: "ListAnalyticsIntegrations lists integrations observed in delivery analytics."
method: GET
path: "/v1.1/analytics/integrations"
tags: ["ControlService"]
---

# ListAnalyticsIntegrations lists integrations observed in delivery analytics.

`GET /v1.1/analytics/integrations`

Returns the distinct integration name and id pairs seen over the requested time range,
 optionally filtered by write keys. Use the results to build integration filters and
 dimensions for QueryDeliveryAnalytics.

## Query parameters

- `start` string, date-time, nullable
- `end` string, date-time, nullable
- `writeKeys` string[], nullable
- `options` string[], nullable

## Response `200`

OK

- ProtobufControlpbV1ListAnalyticsIntegrationsResponse
  - `end` string, date-time, nullable
  - `integrations` union[], nullable
    - union
      - object, nullable
      - ProtobufStreamingpbV1AnalyticsIntegration
        - `id` string — A unique id for the integration
        - `name` string — The integration's canonical name, e.g. pinterest, facebook, tiktok
  - `start` string, date-time, nullable

## Other responses

- `4XX` — Something is wrong with your request such as missing or invalid data. Correct your request and try again.
- `5XX` — Internal server error. Try again later or reach out to MetaRouter support.

---

[API](https://skmtc.net/metarouter/apis/control-api.md) · [All operations](https://skmtc.net/metarouter/apis/control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metarouter/control-api/versions/5afc05bfaaa2/schema)
