---
title: "View a Data Export"
method: GET
path: "/v1/data_exports/{id}"
tags: ["Data Exports"]
---

# View a Data Export

`GET /v1/data_exports/{id}`

## Path parameters

- `id` number, required

## Response `200`

OK

- object
  - `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/revisions/56b317c13686/schema)
