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

# GET /api/audits

`GET /api/audits`

Lists audits visible to the caller's company: shared audits (active, or archived-by-the-caller via `filter={"isArchived":true}`), the network view (`isForNetwork` — presence excludes the caller's own audits), and the company-profile view (`isCompanyProfile` — unshared audits surface with censored fields). Only the active version per (company, audit type) is listed.

## Query parameters

- `page` integer
- `count` integer
- `sort` string
- `filter` string
- `companyId` string
- `isForNetwork` union
  - boolean
  - string
- `isCompanyProfile` union
  - boolean
  - string
- `expirationStatus` 'EXPIRED' | 'NON_EXPIRED'

## Response `200`

Default Response

- object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `totalCount` number, required
    - `pageSize` number, required
  - `data` object[], required
    - `id` string, required
    - `companyId` string, required
    - `isPublic` boolean, required
    - `rights` string[], nullable, required
    - `requestStatus` string, nullable, required
    - `name` string, nullable
    - `type` string, nullable
    - `auditTypeId` string, nullable
    - `auditTypeName` string, nullable
    - `referenceNumber` string, nullable
    - `companyName` string, nullable
    - `uploaderCompanyId` string, nullable
    - `uploaderCompanyName` string, nullable
    - `facilityScore` string, nullable
    - `auditDate` string, nullable
    - `auditedBy` string, nullable
    - `nextPlannedAuditDate` string, nullable
    - `privacyStatus` object, nullable
      - `status` 'public' | 'private', required
    - `auditReportFileId` string, nullable
    - `auditReportFileUrl` string, nullable
    - `auditReportFileType` string, nullable
    - `auditReportFileOriginalUrl` string, nullable
    - `correctiveActionPlanFileId` string, nullable
    - `correctiveActionPlanFileUrl` string, nullable
    - `correctiveActionPlanFileFileType` string, nullable
    - `correctiveActionPlanFileOriginalUrl` string, nullable
    - `requestCompanyFacilityProcesses` string, nullable
    - `tierLevel` string, nullable
    - `collaborationStatus` string, nullable
    - `country` string, nullable
    - `agents` string, nullable
    - `vendors` string, nullable
    - `internalCompanyCode` string, nullable
    - `notes` string, nullable
    - `city` string, nullable
    - `createdAt` string, nullable
    - `updatedAt` string, nullable
    - `updatedByUserName` string, nullable
    - `updatedByCompanyName` string, nullable
    - `generatedBy` string, nullable
    - `externalSource` string, nullable
    - `digitizationStatus` string, nullable
    - `digitizationPercentage` number, nullable

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-09-01** `fde251beb0ca` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/audits/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/fde251beb0ca/schema)
