---
title: "List destinations"
method: GET
path: "/api/v2/destinations"
tags: ["Data Export destinations"]
---

# List destinations

`GET /api/v2/destinations`

Get a list of Data Export destinations configured across all projects and environments.

## Response `200`

Destination collection response

- Destinations
  - `_links` object — The location and content type of related resources
  - `items` Destination[] — An array of Data Export destinations
    - `_id` string — The ID of this Data Export destination
    - `_links` object — The location and content type of related resources
    - `name` string — A human-readable name for your Data Export destination
    - `kind` 'google-pubsub' | 'kinesis' | 'mparticle' | 'segment' | 'azure-event-hubs' | 'snowflake-v2' | 'databricks' | 'bigquery' | 'redshift' — The type of Data Export destination
    - `version` number
    - `config` string — An object with the configuration parameters required for the destination type
    - `on` boolean — Whether the export is on, that is, the status of the integration
    - `_access` Access
      - `denied` AccessDenied[], required
        - `action` string, required
        - `reason` AccessDeniedReason, required
          - `resources` string[] — Resource specifier strings
          - `notResources` string[] — Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field.
          - `actions` ActionSpecifier[] — Actions to perform on a resource
          - `notActions` ActionSpecifier[] — Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field.
          - `effect` 'allow' | 'deny', required — Whether this statement should allow or deny actions on the resources.
          - `role_name` string
      - `allowed` AccessAllowedRep[], required
        - `action` string, required
        - `reason` AccessAllowedReason, required
          - `resources` string[] — Resource specifier strings
          - `notResources` string[] — Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field.
          - `actions` ActionSpecifier[] — Actions to perform on a resource
          - `notActions` ActionSpecifier[] — Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field.
          - `effect` 'allow' | 'deny', required — Whether this statement should allow or deny actions on the resources.
          - `role_name` string

## Other responses

- `401` — Invalid access token
- `403` — Forbidden
- `429` — Rate limited

## Changes

- **2026-02-28** `69c5c9aafe78` — 3 warning
  - added the new `bigquery` enum value to the `items/items/kind` response property for the response status `200`
  - added the new `databricks` enum value to the `items/items/kind` response property for the response status `200`
  - added the new `redshift` enum value to the `items/items/kind` response property for the response status `200`

[Change history](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/changes/api/v2/destinations/get.md)

---

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