Skip to main content
API version 2024.0 A base representation of a retention policy.
This resource has a few variations that can be encountered when using the API.The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.
id
string
example: 12345The unique identifier that represents a retention policy.
type
string
example: retention_policyThe value will always be retention_policy.Value is always retention_policy
{
  "id": "12345",
  "type": "retention_policy"
}