---
title: "Get Organization Audit Logs"
method: GET
path: "/streaming/v2/organization/audit-logs"
tags: ["organization"]
---

# Get Organization Audit Logs

`GET /streaming/v2/organization/audit-logs`

Returns the logs associated with the organization.

## Query parameters

- `page_token` string
- `page_size` number
- `timestamp` string

## Response `200`

Audit logs retrieved

- AuditLogs
  - `count` number, required
  - `data` AuditLog[], required
    - `event_type` string, required
    - `timestamp` string, required
    - `actor` string, required
    - `resource_type` string, required
    - `resource_id` string, required
    - `details` string, required
  - `pagination` Pagination
    - `prev_page_token` string
    - `next_page_token` string

## Other responses

- `default` — Unexpected error

---

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