List data retention categories.
GET
/api/admin/data-retention/categories
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/data-retention/categories \ --header 'Authorization: Bearer <token>'Returns all built-in data retention categories with the tenant-specific retention period when configured, or the implementation default when no override exists.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Data retention category list response.
Media type application/json
Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}