CCPA § 1798.100 — Data inventory
GET /api/v1/export/inventory
GET
/api/v1/export/inventory
Returns a complete inventory of all categories of personal data held for the authenticated tenant, including sources and retention periods, as required by the California Consumer Privacy Act.
Authorizations
Responses
200
Successful Response
Response body for GET /export/inventory (CCPA § 1798.100).
Attributes: tenant_id: The tenant whose data is inventoried. requested_at: ISO-8601 timestamp of the request. categories: All categories of personal data held.
object
categories
required
Array<object>
A single category entry in the CCPA data inventory.
Attributes: category: Machine-readable category identifier. description: Human-readable description of data held. sources: List of systems or processes that produce this data. retention_period: How long this category is retained.
object
category
required
string
description
required
string
retention_period
required
string
sources
required
Array<string>
requested_at
required
string format: date-time
tenant_id
required
string format: uuid