---
title: "Get Filevine Audit Log"
method: GET
path: "/filevine/audit-log"
tags: ["Filevine"]
---

# Get Filevine Audit Log

`GET /filevine/audit-log`

Get Filevine audit log entries (developer only).

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- FilevineAuditLogResponse — Response from listing Filevine audit logs
  - `entries` FilevineAuditLogItem[]
    - `event_type` string, required
    - `status` string, required
    - `detail` string, nullable
    - `error` string, nullable
    - `created_at` string, required
  - `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)
