---
title: "View All Data Exports"
method: GET
path: "/v1/data_exports"
tags: ["Data Exports"]
---

# View All Data Exports

`GET /v1/data_exports`

Returns list of data exports of departments accessible via the used API_KEY.

## Response `200`

OK

- object
  - `data_exports` object[], required
    - `department_id` number — The department ID where resources are exported from, it should be accessible via the given API_KEY.
    - `status` string — It can be: - scheduled: Data export is not yet started - processing: Data is being exported - completed: Data has been exported - errored: Something went wrong while exporting the data.
    - `urls` object[] — List of urls to the exported files. It'll be available only if the data_export is "completed", otherwise, it will be empty.
      - `status` string — It is always completed
      - `year` number — the year at which the data in the file is created
      - `url` string — the url to the file

---

[API](https://skmtc.net/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.net/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/versions/56b317c13686/schema)
