---
title: "Check Data Export Job Status"
method: GET
path: "/exports/{jobId}"
tags: ["Exports"]
---

# Check Data Export Job Status

`GET /exports/{jobId}`

View the status of an export job using the job id returned during job creation. 

**OAuth Scope required:** `public.export.readReports` 

The Data Export feature is part of the paid Security & Data Pro add-on. Contact your Ironclad account representative for more information about purchasing this package.

## Path parameters

- `jobId` string, required

## Response `200`

200

- object
  - `jobId` string
  - `jobStatus` 'pending' | 'running' | 'done' | 'failed'

## Other responses

- `400` — 400

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/revisions/9459b4cfc1e0/schema)
