---
title: "Get organization information for an audit"
method: GET
path: "/audits/{auditId}/organization/information"
tags: ["Audits"]
---

# Get organization information for an audit

`GET /audits/{auditId}/organization/information`

Retrieves organization information for an audit.

This endpoint returns a single record containing the organization's
business information visible to auditors during an audit engagement.

Sorting and pagination are not applicable.

Rate limit: 10 requests / minute.

## Path parameters

- `auditId` string, required

## Response `200`

Organization information record

- AuditOrganizationInformation — Organization information record returned by the auditor organization API. `id` and `displayName` are always present (primary fields). Other fields are optional to support controlled audits where only approved columns are returned.
  - `id` string, required — Business info document identifier.
  - `displayName` string, required — Display name of the organization.
  - `legalName` string, nullable — Legal name of the organization.
  - `incorporation` string, nullable — Incorporation status. Returns "Incorporated in the United States" when the organization is a US company, or null otherwise.
  - `url` string, nullable — Organization URL.
  - `mailingAddress` string, nullable — Mailing address of the organization.
  - `telephone` string, nullable — Telephone number of the organization.
  - `companyLogo` AuditOrganizationCompanyLogo — Company logo reference for an organization.
    - `url` string, required — URL to download the company logo.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
