---
title: "Get Clio Grow Audit Log"
method: GET
path: "/integrations/clio-grow/audit-log"
tags: ["Clio"]
---

# Get Clio Grow Audit Log

`GET /integrations/clio-grow/audit-log`

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ClioGrowAuditLogResponse — Clio Grow audit-log page
  - `entries` ClioGrowAuditLogItem[]
    - `audit_log_id` string, uuid, required
    - `lead_id` string, uuid, nullable
    - `call_id` string, uuid, nullable
    - `event_type` string, required
    - `status` string, required
    - `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/b642b91e0a5c/schema)
