Skip to content
Start here

Limits

Fetch limits associated with DLP for account
GET/accounts/{account_id}/dlp/limits
ModelsExpand Collapse
LimitListResponse object { max_custom_regex_entries, max_dataset_cells, max_document_fingerprints, 3 more }
max_custom_regex_entries: number

Maximum number of custom regex entries allowed for the account.

formatint64
minimum0
max_dataset_cells: number

Maximum number of dataset cells allowed for the account, across all EDM and CWL datasets.

formatint64
minimum0
max_document_fingerprints: number

Maximum number of document fingerprints allowed for the account.

formatint64
minimum0
used_custom_regex_entries: number

Number of custom regex entries currently configured for the account.

formatint64
minimum0
used_dataset_cells: number

Number of dataset cells currently configured for the account, across all EDM and CWL datasets. Document fingerprints do not count towards this limit.

formatint64
minimum0
used_document_fingerprints: number

Number of document fingerprints currently configured for the account.

formatint64
minimum0