> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get report status

> Returns the current status of a report job. Check the `status` field to determine the outcome.

When `status` is `COMPLETED`, the response includes a fresh pre-signed download URL in
`links.downloadUrl` (TTL ~1 hour). Re-poll this endpoint to obtain a new URL after expiry.

When `status` is `FAILED`, the `failedAt` timestamp indicates when the failure occurred.

**Note:** These endpoints are currently in beta and might be subject to changes.

Endpoint Permission: Viewer and above.




## API Specification

The full API specification for this endpoint is available in the [documentation index](https://developers.fireblocks.com/llms.txt).
