---
title: "List Integrations"
method: GET
path: "/api/v2/integrations"
tags: ["Integrations"]
---

# List Integrations

`GET /api/v2/integrations`

## Response `200`

Successful Response.

- ListIntegrationsResponse — Response containing information about multiple integrations.
  - `data` Integration[], required — Array of integration objects.
    - `attributes` IntegrationAttributes, required — Attributes for an integration.
      - `categories` string[], required — List of categories associated with the integration.
      - `description` string, required — A description of the integration.
      - `installed` boolean, required — Whether the integration is installed.
      - `title` string, required — The name of the integration.
    - `id` string, required — The unique identifier of the integration.
    - `links` IntegrationLinks — Links for the integration resource.
      - `self` string — Link to the integration resource.
    - `type` 'integration', required — Integration 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/revisions/da68bf029e4c/schema)
