---
title: "Check export status"
method: GET
path: "/v2/export/comments/status"
tags: ["v2"]
---

# Check export status

`GET /v2/export/comments/status`

Retrieves the status of the export

## Query parameters

- `id` string

## Headers

- `apikey` string, required

## Response `200`

Example response

- object
  - `links` string[] — Secured URLs to an export download, present only when `"status": "done"`
  - `status` 'aborted' | 'done' | 'failed' | 'in_progress' | 'pending' — State of the export request

---

[API](https://skmtc.dev/openweb/apis/publisher-authentication-api.md) · [All operations](https://skmtc.dev/openweb/apis/publisher-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openweb/publisher-authentication-api/revisions/73ef93486c3c/schema)
