security-governance
List PII labels
Plan: Enterprise
Returns PII labels detected for the project, newest first.
get/v1/projects/{project_id}/pii-labels
Path parameters
project_idstring required
Project ID
Project ID
Query parameters
limitinteger
Page size
Page size
cursorstring
Opaque cursor returned by a previous page; omit for the first page
Opaque cursor returned by a previous page; omit for the first page
Response
OK
Example response
{
"data": [
{
"chat_message_id": "default:user#12#01jw3k9m2xq8r5v0c7d4e6f2gh",
"found_at": "2026-01-15T09:30:00Z",
"id": "pii_01jw3k9m2xq8r5v0c7d4e6f2gh",
"info_type": "EMAIL_ADDRESS",
"likelihood": "LIKELY",
"quote": "j***@acme.com",
"scan_id": "pii-scan-prj_01jw3k9m2xq8r5v0c7d4e6f2gh",
"sensitivity": "high",
"source": "chat",
"status": "open"
}
],
"pagination": {
"has_more": true,
"next_cursor": "eyJ2IjoxLCJpZCI6InByal8wMWp3M2s5In0"
}
}Changes
No recorded changes to this endpoint across all 8 revisions of this API.