---
title: "Get inspection web report link"
method: GET
path: "/audits/{audit_id}/web_report_link"
tags: ["Inspections"]
---

# Get inspection web report link

`GET /audits/{audit_id}/web_report_link`

Retrieve the web report link for the specified inspection. This will return the existing link if one has been generated before, or generate a new one if one does not exist already. </br></br> This link does not expire, it is valid until deleted.

## Path parameters

- `audit_id` string, required

## Response `200`

A successful response.

- S12ThepubV1GetInspectionWebReportLinkResponse — Result returned from `GetInspectionWebReportLink`
  - `url` string — The web report link for the inspection.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
