---
title: "Get the always-redact and never-redact lists."
method: GET
path: "/api/redact-lists"
tags: ["Always/Never Redact Lists"]
---

# Get the always-redact and never-redact lists.

`GET /api/redact-lists`

Returns the account's always-redact and never-redact lists. Both lists are always present; an account with no saved terms returns empty arrays. Admins may read another user's lists by passing that user's email as owner.

## Query parameters

- `owner` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `401`
- `404` — Not Found
- `413` — Content Too Large
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-08-03** `e46672d44401` — 1 info
  - added the non-success response with the status `413`

[Change history](https://skmtc.dev/philterd/apis/philter-api/changes/api/redact-lists/get.md)

---

[API](https://skmtc.dev/philterd/apis/philter-api.md) · [All operations](https://skmtc.dev/philterd/apis/philter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/philterd/philter-api/revisions/755bc1bbdc38/schema)
