---
title: "Retrieve the presigned URL for an export job"
method: GET
path: "/meters/auditTrail/presignedUrl"
tags: ["Audit Trail"]
---

# Retrieve the presigned URL for an export job

`GET /meters/auditTrail/presignedUrl`

Returns a pre-signed URL that you can use to download a specific export file (usually from object storage such as S3). The `fileKey` corresponds to one entry from the `fileList` array in the List API. Use the returned URL in the data field directly in a browser or via a HTTP client to download the export file.

## Query parameters

- `fileKey` string, required

## Headers

- `Content-Type` string, required
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string

## Response `200`

OK

- GetPresignedURLResponse
  - `success` boolean — Indicates whether the request was successful.
  - `data` string — The pre-signed URL to download a specific export file.
  - `previousPage` string — Cursor for the previous page, if available. Used for backward pagination.
  - `nextPage` string — Cursor for the next page, if available. Used for forward pagination.
  - `error` Error
    - `code` string — Machine-readable error code identifying the failure type.
    - `message` string — Human-readable description of the error that provides more context about what went wrong.
    - `detail` object — Additional structured details about the error, such as validation issues or parameter-specific information.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
