---
title: "Regenerate a report presigned URL"
method: POST
path: "/cleanse/run/{operationId}/regenerate-url"
tags: ["Cleanse"]
---

# Regenerate a report presigned URL

`POST /cleanse/run/{operationId}/regenerate-url`

Regenerates the presigned S3 URL for an operation's report when the original has expired.

## Path parameters

- `operationId` string, required

## Response `200`

URL regenerated

- RegenerateUrlResponse
  - `operationId` string
  - `objectKey` string
  - `reportUrl` string
  - `regeneratedAtUtc` string, date-time

## Other responses

- `400` — Operation has no report
- `404` — Operation not found
- `499` — Client closed request

---

[API](https://skmtc.net/defra/apis/keeper-data-bridge-api.md) · [All operations](https://skmtc.net/defra/apis/keeper-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/keeper-data-bridge-api/versions/0ab7d7a7a24f/schema)
