---
title: "Get a list of audit logs"
method: GET
path: "/audit-logs"
tags: ["audit_logs"]
---

# Get a list of audit logs

`GET /audit-logs`

Returns a paginated list of audit log entries for the organization.

**Rate limit:** 60 requests per minute

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

- GetAuditLogsResponseBody
  - `data` AuditLog[] — The data payload of the response.
    - `action` string — The action that was performed.
    - `action_happened_at` string — The time at which the action happened.
    - `actor_contact_id` string — The ID of the contact who performed the action, if applicable.
    - `actor_user_id` string — The ID of the user who performed the action, if applicable.
    - `attributes` object — Key-value attributes associated with the audit log.
    - `created_at` string — The time at which the audit log was created.
    - `id` string — The ID of the audit log.
    - `link` string — The link associated with the audit log, if applicable.
    - `metadata` object — Additional metadata associated with the audit log. The structure varies based on the action type.
    - `object_id` string — The ID of the object that the audit log is for.
    - `object_type` string — The type of object that the audit log is for.
    - `source` string — The source of the audit log.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/999c51740b4e/schema)
