---
title: "Get a conversation export job's status + per-file download tokens"
method: GET
path: "/v1/conversations/exports/{export_id}"
tags: ["conversation-exports"]
---

# Get a conversation export job's status + per-file download tokens

`GET /v1/conversations/exports/{export_id}`

## Path parameters

- `export_id` string, uuid, required

## Response `200`

Successful Response

- ConversationExportJobResponse — Status view of an export job (with per-file download tokens when ready).
  - `id` string, uuid, required
  - `status` string, required
  - `export_format` string, required
  - `window_start` string, date-time, nullable
  - `window_end` string, date-time, nullable
  - `created_at` string, date-time, required
  - `started_at` string, date-time, nullable
  - `finalized_at` string, date-time, nullable
  - `expires_at` string, date-time, nullable
  - `total_rows` integer, nullable
  - `error_code` string, nullable
  - `filters` object, nullable
  - `files` ConversationExportFile[]
    - `name` string, required
    - `sha256_plaintext` string, nullable
    - `download_token` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
