---
title: "Get an audit export job's status + per-file download tokens"
method: GET
path: "/v1/knowledge-base/audit/exports/{export_id}"
tags: ["knowledge-base-audit"]
---

# Get an audit export job's status + per-file download tokens

`GET /v1/knowledge-base/audit/exports/{export_id}`

## Path parameters

- `export_id` string, uuid, required

## Response `200`

Successful Response

- ExportJobResponse — 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
  - `partial_count` integer, nullable
  - `failed_count` integer, nullable
  - `error_code` string, nullable
  - `filters` object, nullable
  - `files` ExportFileStatus[]
    - `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

## Changes

- **2026-08-12** `5a5597ebb2d6` — 6 info
  - added the optional property `retry_after` to the response with the `400` status
  - added the optional property `retry_after` to the response with the `401` status
  - added the optional property `retry_after` to the response with the `404` status
  - added the optional property `retryable` to the response with the `400` status
  - …2 more

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/knowledge-base/audit/exports/:export_id/get.md)

---

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