GET/v1/pii_patterns
pii_patterns.list
Returns a paginated list of tenant-managed PII regex patterns. These patterns extend the built-in PII detector and are applied during ingest tokenization. Patterns may be `circuit_breaker`-disabled if they have produced excessive matches; check `disabled_reason`.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Opaque pagination cursor returned in `next_cursor` of the previous response. |
| limit | integer | optional | Page size, 1..100, default 50. |
Response
| Name | Type | Required | Description |
|---|---|---|---|
| object | string | required | Enum: list |
| data | array of PiiPattern | required | |
| has_more | boolean | required | |
| next_cursor | stringnull | required | Opaque pagination cursor returned in the previous list response. |
Examples
curl -sS -X GET \
-H "Authorization: Bearer $CULPRIT_API_TOKEN" \
https://api.theculprit.ai/v1/pii_patternsTry it
Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.