Expiry Policy
Get Policy Preset
Return one preset’s full policy without adopting it.
GET
Overview
Returns a single preset’s complete policy — retention table, rules, and purge window — without writing anything to the agent. This is what makes an informed confirmation possible: show the user exactly what they are about to adopt before they commit.Authentication
API clients do not send an API key orAuthorization header.
string
required
Session token from Activate Agent. Must match
agent_id.Path Parameters
string
required
The unique identifier of the agent.
string
required
Preset name:
conservative, balanced, or aggressive.Notes
- Read-only. The agent’s stored policy is untouched.
- Unset match conditions are omitted rather than returned as
null. - The returned
policyobject is shaped exactly like a Set Expiry Policy body, so it can be edited and sent straight back.
Next Steps
- Apply Policy Preset to adopt it as-is
- Set Expiry Policy to adopt a modified version