---
title: "List Data Export Tasks"
method: GET
path: "/team-messaging/v1/data-export"
tags: ["Compliance Exports"]
---

# List Data Export Tasks

`GET /team-messaging/v1/data-export`

Returns the list of Glip data export tasks.

## Query parameters

- `status` 'Accepted' | 'InProgress' | 'Completed' | 'Failed' | 'Expired'
- `page` integer
- `perPage` integer

## Response `200`

Data Export Task List

- DataExportTaskList
  - `tasks` DataExportTask[]
    - `uri` string — Canonical URI of a task
    - `id` string — Internal identifier of a task
    - `creationTime` string, date-time — Task creation timestamp
    - `lastModifiedTime` string, date-time — Task last modification timestamp
    - `status` 'Accepted' | 'InProgress' | 'Completed' | 'Failed' | 'Expired' — Task status
    - `creator` CreatorInfo — Task creator information
      - `id` string — Internal identifier of a user
      - `firstName` string — First name of a user
      - `lastName` string — Last name of a user
    - `specific` SpecificInfo — Information specified in request
      - `timeFrom` string, date-time — Starting time for data collection
      - `timeTo` string, date-time — Ending time for data collection
      - `contacts` DataExportTaskContactInfo[]
        - `id` string — Internal identifier of a contact
        - `email` string, email — Email address of a contact
      - `chatIds` string[] — List of chats from which the data (posts, files, tasks, events, notes, etc.) will be collected
    - `datasets` ExportTaskResultInfo[] — Data collection archives. Returned by task ID
      - `id` string — Internal identifier of a dataset
      - `uri` string, uri — Link for downloading a dataset
      - `size` integer — Size of ta dataset in bytes
  - `navigation` GlipDataExportNavigationInfo
    - `firstPage` GlipDataExportNavigationInfoUri
      - `uri` string, uri — Canonical URI for the corresponding page of the list
    - `nextPage` GlipDataExportNavigationInfoUri
      - `uri` string, uri — Canonical URI for the corresponding page of the list
    - `previousPage` GlipDataExportNavigationInfoUri
      - `uri` string, uri — Canonical URI for the corresponding page of the list
    - `lastPage` GlipDataExportNavigationInfoUri
      - `uri` string, uri — Canonical URI for the corresponding page of the list
  - `paging` GlipDataExportPagingInfo
    - `page` integer — The current page number. 1-indexed, so the first page is 1 by default. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested)
    - `perPage` integer — Current page size, describes how many items are in each page. Default value is 100. Maximum value is 1000. If perPage value in the request is greater than 1000, the maximum value (1000) is applied
    - `pageStart` integer — The zero-based number of the first element on the current page. Omitted if the page is omitted or result is empty
    - `pageEnd` integer — The zero-based index of the last element on the current page. Omitted if the page is omitted or result is empty
    - `totalPages` integer — The total number of pages in a dataset. May be omitted for some resources due to performance reasons
    - `totalElements` integer — The total number of elements in a dataset. May be omitted for some resource due to performance reasons

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
