---
title: "GET /audit/report-jobs/{reportJobId}"
method: GET
path: "/audit/report-jobs/{reportJobId}"
---

# GET /audit/report-jobs/{reportJobId}

`GET /audit/report-jobs/{reportJobId}`

Returns the details associated with creating a report as specified by its <code>ReportJobId</code>.

## Path parameters

- `reportJobId` string, required

## Response `200`

Success

- DescribeReportJobOutput
  - `ReportJob` object — A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
    - `ReportJobId` string — The identifier for a report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. Report job IDs cannot be edited.
    - `ReportPlanArn` string — An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
    - `ReportTemplate` string — <p>Identifies the report template for the report. Reports are built using a report template. The report templates are: </p> <p> <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code> </p>
    - `CreationTime` string, date-time — The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
    - `CompletionTime` string, date-time — The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
    - `Status` string — <p>The status of a report job. The statuses are:</p> <p> <code>CREATED | RUNNING | COMPLETED | FAILED</code> </p> <p> <code>COMPLETED</code> means that the report is available for your review at your designated destination. If the status is <code>FAILED</code>, review the <code>StatusMessage</code> for the reason.</p>
    - `StatusMessage` string — A message explaining the status of the report job.
    - `ReportDestination` object — The S3 bucket name and S3 keys for the destination where the report job publishes the report.
      - `S3BucketName` string — The unique name of the Amazon S3 bucket that receives your reports.
      - `S3Keys` String[] — The object key that uniquely identifies your reports in your S3 bucket.

## Other responses

- `480` — ServiceUnavailableException
- `481` — MissingParameterValueException
- `482` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/backup.md) · [All operations](https://skmtc.net/aws/apis/backup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/backup/versions/386d8a5f8871/schema)
