---
title: "Get Audit"
method: GET
path: "/api/audit-management/v1/audits/{auditId}"
tags: ["Audits"]
---

# Get Audit

`GET /api/audit-management/v1/audits/{auditId}`

Use this API to retrieve a single audit by its unique identifier.

## Path parameters

- `auditId` string, uuid, required

## Response `200`

OK

- AuditDetailInformation
  - `auditId` string, uuid — Audit Identifier
  - `name` string — Audit Name
  - `number` integer — Audit Number
  - `orgGroupId` string, uuid — Audit Organization Group Identifier
  - `auditTypeId` string, uuid — Audit Type Identifier
  - `auditType` string — Audit Type
  - `auditTypeNameKey` string — Translation key for the audit type name used for localization
  - `goal` string — The goal of the Audit.
  - `frameworks` BasicEntityDetail[] — Frameworks
    - `id` string, uuid — The unique identifier of the entity.
    - `name` string — The name of the entity.
  - `startDate` string, date — Audit Start Date
  - `endDate` string, date — Audit End Date
  - `orgGroup` string — Audit Organization Group
  - `auditors` AuditorInformation[] — Auditors
    - `auditorId` string, uuid — Auditor Identifier
    - `fullName` string — Auditor Name
  - `approvers` ApproverInformation[] — Audit Approvers
    - `approverId` string, uuid — Approver Identifier
    - `fullName` string — Approver Name
  - `workflow` BasicEntityDetailTranslation
    - `id` string, uuid, required — ID of the entity
    - `name` string — Name of the Entity
    - `nameKey` string — Namekey of the entity for localization
  - `stage` StageInformation
    - `id` string, uuid, required — ID of the entity
    - `name` string — Name of the Entity
    - `nameKey` string — Namekey of the entity for localization
    - `badgeColor` string — Workflow Stage Badge Color
  - `lastModifiedDate` string, date-time — Date when the audit was last modified
  - `attributes` object — Custom Attributes

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
