---
title: List Elastic Cloud integration accounts
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > API Reference > Elastic Cloud Integration
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# List Elastic Cloud integration accounts{% #list-elastic-cloud-integration-accounts %}
Copy pageCopied
{% tab title="v2" %}
**Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
| Datadog site      | API endpoint                                                                           |
| ----------------- | -------------------------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/integration-interfaces/elastic-cloud/accounts      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/integration-interfaces/elastic-cloud/accounts      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/integration-interfaces/elastic-cloud/accounts  |
| uk1.datadoghq.com | GET https://api.uk1.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts |

### Overview

List Elastic Cloud integration accounts. This endpoint requires the `integrations_read` permission.

### Response

{% tab title="200" %}
OK
{% tab title="Model" %}
Response payload for a list of Elastic Cloud integration accounts.

| Parent field                                 | Field                                        | Type          | Description                                                                                                                                                                                                                                                          |
| -------------------------------------------- | -------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|                                              | data [*required*]                       | [object]      | List of Elastic Cloud integration accounts.                                                                                                                                                                                                                          |
| data                                         | attributes [*required*]                 | object        | Attributes of an Elastic Cloud integration account returned in responses.                                                                                                                                                                                            |
| attributes                                   | authentication                               |  <oneOf> | Authentication configured on the Elastic Cloud integration account.                                                                                                                                                                                                  |
| authentication                               | <auth_type=basic>                            | object        | The basic authentication method and username configured on the account.                                                                                                                                                                                              |
| <auth_type=basic>                            | auth_type [*required*]                  | enum          | The authentication method type. Allowed enum values: `basic`                                                                                                                                                                                                         |
| <auth_type=basic>                            | username [*required*]                   | string        | Non-secret username or public identifier for the credential pair.                                                                                                                                                                                                    |
| attributes                                   | dataflows                                    | object        | Data Datadog collects from Elastic Cloud, keyed by dataflow id.                                                                                                                                                                                                      |
| dataflows                                    | elastic-cloud-detailed-index-stats           | object        | Primary shard metrics broken down per index, rather than aggregated across the cluster.                                                                                                                                                                              |
| elastic-cloud-detailed-index-stats           | enabled                                      | boolean       | Whether Datadog collects this data.                                                                                                                                                                                                                                  |
| elastic-cloud-detailed-index-stats           | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-index-stats                    | object        | Metrics for individual indices. Only the indices granted to the role of the user in `authentication` are collected.                                                                                                                                                  |
| elastic-cloud-index-stats                    | enabled                                      | boolean       | Whether Datadog collects this data.                                                                                                                                                                                                                                  |
| elastic-cloud-index-stats                    | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-metrics                        | object        | Node-level statistics for the clusters in your deployment, such as the number of nodes and the number of documents on each node. This is the integration's baseline collection: it is always on and cannot be turned off, which is why it appears in responses only. |
| elastic-cloud-metrics                        | enabled                                      | boolean       | Whether Datadog collects this data. Always `true`, because this collection cannot be turned off.                                                                                                                                                                     |
| elastic-cloud-metrics                        | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-pending-task-stats             | object        | Metrics for cluster-level changes that have been submitted but not yet executed.                                                                                                                                                                                     |
| elastic-cloud-pending-task-stats             | enabled                                      | boolean       | Whether Datadog collects this data.                                                                                                                                                                                                                                  |
| elastic-cloud-pending-task-stats             | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-primary-shard-graceful-timeout | object        | Tolerance for slow primary shard requests, keeping the rest of the collection running when a primary shard request times out instead of failing the run. Only has an effect alongside `elastic-cloud-primary-shard-stats`.                                           |
| elastic-cloud-primary-shard-graceful-timeout | enabled                                      | boolean       | Whether this tolerance is applied.                                                                                                                                                                                                                                   |
| elastic-cloud-primary-shard-graceful-timeout | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-primary-shard-stats            | object        | Metrics covering only the cluster's primary shards.                                                                                                                                                                                                                  |
| elastic-cloud-primary-shard-stats            | enabled                                      | boolean       | Whether Datadog collects this data.                                                                                                                                                                                                                                  |
| elastic-cloud-primary-shard-stats            | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-shard-allocation-stats         | object        | Metrics for how many shards are allocated to each data node, and the disk space they use.                                                                                                                                                                            |
| elastic-cloud-shard-allocation-stats         | enabled                                      | boolean       | Whether Datadog collects this data.                                                                                                                                                                                                                                  |
| elastic-cloud-shard-allocation-stats         | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| dataflows                                    | elastic-cloud-slm-stats                      | object        | Metrics about the actions taken by snapshot lifecycle management. Requires the `read_slm` Elasticsearch cluster privilege on the role of the user in `authentication`; without it this dataflow collects no data.                                                    |
| elastic-cloud-slm-stats                      | enabled                                      | boolean       | Whether Datadog collects this data.                                                                                                                                                                                                                                  |
| elastic-cloud-slm-stats                      | status                                       | object        | Read-only collection status of a dataflow.                                                                                                                                                                                                                           |
| status                                       | health                                       | enum          | Collection health of a single dataflow. Allowed enum values: `DATAFLOW_HEALTH_OK,DATAFLOW_HEALTH_BROKEN,DATAFLOW_HEALTH_UNKNOWN`                                                                                                                                     |
| status                                       | message                                      | string        | Human-readable detail, populated when the dataflow is not healthy.                                                                                                                                                                                                   |
| status                                       | updated_at                                   | date-time     | Time the status was last computed.                                                                                                                                                                                                                                   |
| attributes                                   | name [*required*]                       | string        | Human-readable name of the Elastic Cloud integration account.                                                                                                                                                                                                        |
| attributes                                   | settings [*required*]                   | object        | Settings configured on the Elastic Cloud integration account.                                                                                                                                                                                                        |
| settings                                     | tags                                         | string        | Comma-separated list of custom tags for this Elastic Cloud deployment.                                                                                                                                                                                               |
| settings                                     | url [*required*]                        | string        | Elastic Cloud deployment URL.                                                                                                                                                                                                                                        |
| data                                         | id [*required*]                         | string        | Server-generated unique identifier of the Elastic Cloud integration account.                                                                                                                                                                                         |
| data                                         | type [*required*]                       | enum          | The type of the integration account resource. Always `integration-account`. Allowed enum values: `integration-account`                                                                                                                                               |

{% /tab %}

{% tab title="Example" %}

```json
{
  "data": [
    {
      "attributes": {
        "authentication": {
          "auth_type": "basic",
          "username": "datadog"
        },
        "dataflows": {
          "elastic-cloud-detailed-index-stats": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-index-stats": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-metrics": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-pending-task-stats": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-primary-shard-graceful-timeout": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-primary-shard-stats": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-shard-allocation-stats": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          },
          "elastic-cloud-slm-stats": {
            "enabled": true,
            "status": {
              "health": "DATAFLOW_HEALTH_OK",
              "message": "",
              "updated_at": "2026-06-25T08:30:50Z"
            }
          }
        },
        "name": "elastic-cloud-prod",
        "settings": {
          "tags": "env:prod,team:saasint",
          "url": "https://example.es.us-central1.gcp.cloud.es.io:9243"
        }
      },
      "id": "953a0060-81ec-4221-aed4-d4733b59cd96",
      "type": "integration-account"
    }
  ]
}
```

{% /tab %}

{% /tab %}

{% tab title="400" %}
Bad Request
{% tab title="Model" %}
API error response.

| Field                    | Type     | Description       |
| ------------------------ | -------- | ----------------- |
| errors [*required*] | [string] | A list of errors. |

{% /tab %}

{% tab title="Example" %}

```json
{
  "errors": [
    "Bad Request"
  ]
}
```

{% /tab %}

{% /tab %}

{% tab title="403" %}
Forbidden
{% tab title="Model" %}
API error response.

| Field                    | Type     | Description       |
| ------------------------ | -------- | ----------------- |
| errors [*required*] | [string] | A list of errors. |

{% /tab %}

{% tab title="Example" %}

```json
{
  "errors": [
    "Bad Request"
  ]
}
```

{% /tab %}

{% /tab %}

{% tab title="404" %}
Not Found
{% tab title="Model" %}
API error response.

| Field                    | Type     | Description       |
| ------------------------ | -------- | ----------------- |
| errors [*required*] | [string] | A list of errors. |

{% /tab %}

{% tab title="Example" %}

```json
{
  "errors": [
    "Bad Request"
  ]
}
```

{% /tab %}

{% /tab %}

{% tab title="429" %}
Too many requests
{% tab title="Model" %}
API error response.

| Field                    | Type     | Description       |
| ------------------------ | -------- | ----------------- |
| errors [*required*] | [string] | A list of errors. |

{% /tab %}

{% tab title="Example" %}

```json
{
  "errors": [
    "Bad Request"
  ]
}
```

{% /tab %}

{% /tab %}

### Code Example

##### 
                  \# Curl command curl -X GET "https://api.datadoghq.com/api/v2/integration-interfaces/elastic-cloud/accounts" \
-H "Accept: application/json" \
-H "DD-API-KEY: ${DD_API_KEY}" \
-H "DD-APPLICATION-KEY: ${DD_APP_KEY}" 
                
{% /tab %}
