---
title: "Get redaction status"
method: GET
path: "/rest/api/3/redact/status/{jobId}"
tags: ["Issue redaction"]
---

# Get redaction status

`GET /rest/api/3/redact/status/{jobId}`

Retrieves the current status of a redaction job ID.

The jobStatus will be one of the following:

 *  IN\_PROGRESS - The redaction job is currently in progress
 *  COMPLETED - The redaction job has completed successfully.
 *  PENDING - The redaction job has not started yet

## Path parameters

- `jobId` string, required

## Response `200`

Returned if the job status is successfully retrieved.

- RedactionJobStatusResponse
  - `bulkRedactionResponse` BulkRedactionResponse
    - `results` SingleRedactionResponse[], required — Result for requested redactions
      - `externalId` string, uuid, required — An unique id for the redaction request
      - `successful` boolean, required — Indicates if redaction was success/failure
  - `jobStatus` 'PENDING' | 'IN_PROGRESS' | 'COMPLETED'

## Other responses

- `403` — Returned if the AGP subscription is not present.
- `404` — Returned if the job id is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/revisions/ec7f275dfee5/schema)
