Skip to main content
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 or Authorization 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 policy object is shaped exactly like a Set Expiry Policy body, so it can be edited and sent straight back.

Next Steps