---
title: "Get Policy"
method: GET
path: "/api/v2/agents/{agent_id}/policy"
tags: ["Sessions & Agents", "Memory Operations"]
---

# Get Policy

`GET /api/v2/agents/{agent_id}/policy`

Return the agent's expiry policy (Session-based).

An agent with no policy set returns an empty one, which expires nothing.

Requires:
- X-Session-Token: {session_token}

## Path parameters

- `agent_id` string, required

## Headers

- `x-session-token` string, nullable
- `X-Api-Key` string, nullable

## Cookies

- `memanto_session_token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love.md) · [All operations](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moorcheh-ai/memanto-memory-that-ai-agents-love/revisions/f8fc41287ced/schema)
