---
title: "Get Lead Docket Audit Log"
method: GET
path: "/lead-docket/audit-log"
tags: ["Lead Docket"]
---

# Get Lead Docket Audit Log

`GET /lead-docket/audit-log`

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- LeadDocketAuditLogResponse
  - `entries` LeadDocketAuditLogItem[]
    - `audit_log_id` string, uuid, required
    - `event_type` string, required
    - `status` string, required
    - `lead_id` string, uuid, nullable
    - `call_id` string, uuid, nullable
    - `endpoint_url` string, nullable
    - `request_payload` object, nullable
    - `response_status_code` integer, nullable
    - `response_body` string, nullable
    - `error` string, nullable
    - `detail` string, nullable
    - `created_at` string, date-time, required
    - `sent_at` string, date-time, nullable
  - `total` integer

## 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)
