---
title: "Get Export Status"
method: GET
path: "/v1/conversations/export/{job_id}/status"
tags: ["conversations"]
---

# Get Export Status

`GET /v1/conversations/export/{job_id}/status`

Poll the status of an export job.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- ExportJobStatusResponse
  - `JobID` string, required
  - `Status` string, required
  - `Progress` integer, required
  - `TotalConversations` integer, nullable
  - `ProcessedConversations` integer, nullable
  - `Error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/orsay/apis/fastapi.md) · [All operations](https://skmtc.dev/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/66e6e334b2dc/schema)
