---
title: "Get report generation status."
method: GET
path: "/v1/account/usage/report/{jobId}/status"
tags: ["accountManagement"]
---

# Get report generation status.

`GET /v1/account/usage/report/{jobId}/status`

Get the report download URL and status using Job Id.

## Path parameters

- `jobId` string, required

## Response `200`

Status response containing status and downloadURL if successful.

- UsageReportStatusResponse — Status response containing status and downloadURL if successful
  - `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.
  - `status` string — Status export
  - `statusMessage` string — Status message export
  - `reportDownloadURL` string — S3 presigned download URL for the report. It is valid for 10 minutes.

## 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/revisions/ae167097489f/schema)
