---
title: "Get Practicepanther Audit Log"
method: GET
path: "/developer/practicepanther/audit-log"
tags: ["Developer", "Developer - Integrations"]
---

# Get Practicepanther Audit Log

`GET /developer/practicepanther/audit-log`

Get the PracticePanther audit trail for the current customer.

Returns all logged PP actions ordered by most recent first.
Developer-only endpoint.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PracticePantherAuditLogEntry[]
  - `audit_log_id` string, uuid, required
  - `event_type` string, required
  - `status` string, required
  - `detail` string, nullable
  - `call_id` string, uuid, nullable
  - `lead_id` string, uuid, nullable
  - `error` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
