---
title: "Get Audit Records For Organization"
method: GET
path: "/organizations/{organization_id}/audits"
tags: ["Audit"]
---

# Get Audit Records For Organization

`GET /organizations/{organization_id}/audits`

Returns the audits of accounts associated to organization

## Path parameters

- `organization_id` string, required

## Query parameters

- `pageSize` integer, required
- `offset` integer, required

## Response `200`

200 response

- GetOrganizationsAuditsResponse
  - `total` integer
  - `hits` object
    - `id` integer
    - `organization_id` string
    - `account_id` string
    - `verb` string
    - `route` string
    - `operation` string
    - `http_code_result` integer
    - `success` boolean
    - `message` string
    - `identity_email` string
    - `target_resource` string
    - `target_id` string
    - `body` string
    - `log_group_name` string
    - `log_stream_name` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `account` object
      - `name` string
      - `initials` string
      - `color` string
      - `type` string

## Other responses

- `201` — 201 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
