---
title: "List PII scrub audit events"
method: GET
path: "/v1/privacy/audit-logs"
tags: ["privacy"]
---

# List PII scrub audit events

`GET /v1/privacy/audit-logs`

## Query parameters

- `from` string, date-time, nullable
- `to` string, date-time, nullable
- `source` 'conversation_turn' | 'memory_sync' | 'voice_call', nullable
- `entity_type` string, nullable
- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPagePIIScrubLogResponse
  - `items` PIIScrubLogResponse[], required
    - `id` string, uuid, required
    - `organization_id` string, uuid, required
    - `session_id` string, uuid, nullable, required
    - `source` string, required
    - `entity_types_detected` string[], required
    - `detection_count` integer, required
    - `score_threshold_used` number, required
    - `scrub_config_snapshot` object, required
    - `created_at` string, date-time, required
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
