---
title: "Content export job status."
method: GET
path: "/v2/content/{contentId}/export/{jobId}/status"
tags: ["contentManagement"]
---

# Content export job status.

`GET /v2/content/{contentId}/export/{jobId}/status`

Get the status of an asynchronous content export request for the given job identifier. On success, use the [getExportResult](#operation/getAsyncExportResult) endpoint to get the result of the export job.

## Path parameters

- `contentId` string, required
- `jobId` string, required

## Headers

- `isAdminMode` string

## Response `200`

The status of the export job.

- AsyncJobStatus
  - `status` string, required — Whether or not the request is in progress (`InProgress`), has completed successfully (`Success`), or has completed with an error (`Failed`).
  - `statusMessage` string — Additional status message generated if the status is not `Failed`.
  - `error` ErrorDescription
    - `code` string, required — An error code describing the type of error.
    - `message` string, required — A short English-language description of the error.
    - `detail` string — An optional fuller English-language description of the error.
    - `meta` object — An optional list of metadata about the error.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
