---
title: "GET /api/audits/{id}"
method: GET
path: "/api/audits/{id}"
tags: ["Audits"]
---

# GET /api/audits/{id}

`GET /api/audits/{id}`

Fetch a single audit by id, scoped to the companies the caller has been granted access to.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `companyId` string, nullable
    - `companyName` string, nullable
    - `name` string, nullable
    - `type` string, nullable
    - `auditTypeId` string, nullable
    - `auditTypeName` string, nullable
    - `referenceNumber` string, nullable
    - `facilityScore` string, nullable
    - `rights` string[], required
    - `privacyStatus` object, nullable, required
      - `status` string, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 10 breaking, 10 info
  - the response property `data/auditTypeId` became nullable for the status `200`
  - the response property `data/auditTypeName` became nullable for the status `200`
  - the response property `data/companyId` became nullable for the status `200`
  - the response property `data/companyName` became nullable for the status `200`
  - …16 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/audits/:id/get.md)

---

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