---
metadata:
  - name: generator
    content: Diplodoc Platform v5.48.2
alternate:
  - https://yandex.com.tr/dev/metrika/en/management/openapi/cloud/getExportsByCounter.md
  - https://yandex.com.tr/dev/metrika/ru/management/openapi/cloud/getExportsByCounter.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/metrika/en/llms.txt

<!-- source: en/management-src/Managing-data-export-to-Yandex-Cloud/getExportsByCounter.md -->
<div class="openapi">

# Getting information about objects exported to Yandex Cloud

<!-- markdownlint-disable-file -->

Returns information about objects exported to Yandex Cloud accounting for the specified tag.

## Request

<div class="openapi__requests">

<div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-get);margin-bottom: 12px">

<div class="openapi__request">

GET {.openapi__method}
```text translate=no
https://api-metrika.yandex.net/export/v1/cloud/counter/{counterId}
```

</div>

</div>

</div>

### Path parameters

#|
|| **Name** | **Description** ||
||

_counterId_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: integer

Yandex Metrica tag ID.
{.table-cell}
||
|#{.json-schema-properties}

## Responses

<div class="openapi__response__code__200">

## 200 OK

OK

<div class="openapi-entity">

### Body

{% cut "application/json" %}

```json translate=no
{
  "cloud_exports": [
    {
      "ce_id": 0,
      "folder_id": "example",
      "transfer_id": "example",
      "status": "example",
      "quota": 0,
      "type": "example",
      "locked": true,
      "tables": [
        {
          "ce_id": 0,
          "table_name": "example",
          "status": "example",
          "columns": [
            null
          ],
          "statistics": {}
        }
      ]
    }
  ]
}
```

{% endcut %}

#|
|| **Name** | **Description** ||
||

_cloud_exports_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: [CloudExport](#entity-CloudExport)[]

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
[
  {
    "ce_id": 0,
    "folder_id": "example",
    "transfer_id": "example",
    "status": "example",
    "quota": 0,
    "type": "example",
    "locked": true,
    "tables": [
      {
        "ce_id": 0,
        "table_name": "example",
        "status": "example",
        "columns": [
          "example"
        ],
        "statistics": {
          "bytes_per_second_by_hour": 0,
          "bytes_per_second_by_day": 0,
          "bytes_per_second_by_week": 0,
          "bytes_per_second_by_month": 0,
          "bytes_per_second_by_year": 0,
          "update_time": "2025-01-01T00:00:00Z"
        }
      }
    ]
  }
]
```

{% endcut %}
{.table-cell}
||
|#{.json-schema-properties}

</div>

<div class="openapi-entity">

### CloudExportStatistics {#entity-CloudExportStatistics}

Export statistics.

#|
|| **Name** | **Description** ||
||

_bytes_per_second_by_day_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Average number of bytes per second over one day.
{.table-cell}
||
||

_bytes_per_second_by_hour_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Average number of bytes per second over one hour.
{.table-cell}
||
||

_bytes_per_second_by_month_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Average number of bytes per second over one month.
{.table-cell}
||
||

_bytes_per_second_by_week_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Average number of bytes per second over one week.
{.table-cell}
||
||

_bytes_per_second_by_year_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Average number of bytes per second over one year.
{.table-cell}
||
||

_update_time_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: string&lt;date-time&gt;

Update date in ISO 8601 format. For example, `2024-03-04T17:10:03Z`.

_Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
{.table-cell}
||
|#{.json-schema-properties}

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
{
  "bytes_per_second_by_hour": 0,
  "bytes_per_second_by_day": 0,
  "bytes_per_second_by_week": 0,
  "bytes_per_second_by_month": 0,
  "bytes_per_second_by_year": 0,
  "update_time": "2025-01-01T00:00:00Z"
}
```

{% endcut %}

</div>

<div class="openapi-entity">

### CloudExportTable {#entity-CloudExportTable}

List of `cloud_export_table` objects.

#|
|| **Name** | **Description** ||
||

_ce_id_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Internal Yandex Metrica ID. Generated automatically when you create an export.
{.table-cell}
||
||

_columns_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: string[]

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
[
  "example"
]
```

{% endcut %}
{.table-cell}
||
||

_statistics_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: [CloudExportStatistics](#entity-CloudExportStatistics)

Export statistics.

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
{
  "bytes_per_second_by_hour": 0,
  "bytes_per_second_by_day": 0,
  "bytes_per_second_by_week": 0,
  "bytes_per_second_by_month": 0,
  "bytes_per_second_by_year": 0,
  "update_time": "2025-01-01T00:00:00Z"
}
```

{% endcut %}
{.table-cell}
||
||

_status_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: string

Status of the table data export to Yandex Cloud:
- `NEW`: New table, never exported.
- `ACTIVATING`: Table export in progress.
- `ACTIVE`: Table export is enabled.
- `DELETING`: Disabling table export.
- `DELETED`: Table export is disabled.


_Example:_{.json-schema-reset .json-schema-example} `example`
{.table-cell}
||
||

_table_name_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: string

Table name. Possible values:
- `HITS`: Yandex Metrica, hits.
- `HITS_V2`: Yandex Metrica, refresh hits.
- `VISITS`: Yandex Metrica, sessions.


_Example:_{.json-schema-reset .json-schema-example} `example`
{.table-cell}
||
|#{.json-schema-properties}

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
{
  "ce_id": 0,
  "table_name": "example",
  "status": "example",
  "columns": [
    "example"
  ],
  "statistics": {
    "bytes_per_second_by_hour": 0,
    "bytes_per_second_by_day": 0,
    "bytes_per_second_by_week": 0,
    "bytes_per_second_by_month": 0,
    "bytes_per_second_by_year": 0,
    "update_time": "2025-01-01T00:00:00Z"
  }
}
```

{% endcut %}

</div>

<div class="openapi-entity">

### CloudExport {#entity-CloudExport}

List of `cloud_exports` objects.

#|
|| **Name** | **Description** ||
||

_folder_id_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

Folder ID in Yandex Cloud.

_Pattern:_{.json-schema-reset .json-schema-assertion} `^[0-9a-zA-Z]{10,64}$`

_Example:_{.json-schema-reset .json-schema-example} `example`
{.table-cell}
||
||

_transfer_id_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

Transfer ID in Yandex Cloud.

_Pattern:_{.json-schema-reset .json-schema-assertion} `^[0-9a-zA-Z]{10,64}$`

_Example:_{.json-schema-reset .json-schema-example} `example`
{.table-cell}
||
||

_ce_id_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Internal Yandex Metrica ID. Generated automatically when you create an export.
{.table-cell}
||
||

_locked_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: boolean
{.table-cell}
||
||

_quota_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: integer

Quota value.
{.table-cell}
||
||

_status_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: string

Status of export to Yandex Cloud. Possible values:
- `ACTIVE`: Export enabled.
- `DELETED`: Export disabled.


_Example:_{.json-schema-reset .json-schema-example} `example`
{.table-cell}
||
||

_tables_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: [CloudExportTable](#entity-CloudExportTable)[]

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
[
  {
    "ce_id": 0,
    "table_name": "example",
    "status": "example",
    "columns": [
      "example"
    ],
    "statistics": {
      "bytes_per_second_by_hour": 0,
      "bytes_per_second_by_day": 0,
      "bytes_per_second_by_week": 0,
      "bytes_per_second_by_month": 0,
      "bytes_per_second_by_year": 0,
      "update_time": "2025-01-01T00:00:00Z"
    }
  }
]
```

{% endcut %}
{.table-cell}
||
||

_type_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: string

_Example:_{.json-schema-reset .json-schema-example} `example`
{.table-cell}
||
|#{.json-schema-properties}

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
{
  "ce_id": 0,
  "folder_id": "example",
  "transfer_id": "example",
  "status": "example",
  "quota": 0,
  "type": "example",
  "locked": true,
  "tables": [
    {
      "ce_id": 0,
      "table_name": "example",
      "status": "example",
      "columns": [
        "example"
      ],
      "statistics": {
        "bytes_per_second_by_hour": 0,
        "bytes_per_second_by_day": 0,
        "bytes_per_second_by_week": 0,
        "bytes_per_second_by_month": 0,
        "bytes_per_second_by_year": 0,
        "update_time": "2025-01-01T00:00:00Z"
      }
    }
  ]
}
```

{% endcut %}

</div>

</div>

</div>
<!-- endsource: en/management-src/Managing-data-export-to-Yandex-Cloud/getExportsByCounter.md -->

[*Deprecated]: No longer supported, please use an alternative and newer version.