---
title: "Request export"
method: POST
path: "/v2/export/comments"
tags: ["v2"]
---

# Request export

`POST /v2/export/comments`

## Headers

- `apikey` string, required

## Request body

- object
  - `since` string, required — Start date of the export date range in `YYYY-MM-DDTHH:MM:SSZ` <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a> format
  - `to` string, required — End date of the export date range in `YYYY-MM-DDTHH:MM:SSZ` <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a> format If not set, the default value is the current date and time.

## Response `200`

Example response

- object
  - `request_id` string — Unique ID of the export request
  - `status` 'pending' — State of the export request
  - `status_link` string — Check status endpoint

---

[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)
