---
title: "Get Task Policy Snapshot"
method: GET
path: "/v1/governance/task-policy-snapshots/{task_id}"
tags: ["v1", "protected", "governance"]
---

# Get Task Policy Snapshot

`GET /v1/governance/task-policy-snapshots/{task_id}`

Read the effective governance policy persisted before workflow dispatch.

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

- EffectivePolicyResponse
  - `effective_policy` EffectivePolicy, required — Resolved immutable policy snapshot.
    - `approval` ApprovalPolicy — Human approval and escalation requirements.
      - `approvers` string[]
      - `approvers_by_tool` object
      - `escalation_rules` string[]
      - `requires_human_approval` boolean, nullable
    - `budget` BudgetPolicyOutput — Budget-related ceilings.
      - `monthly_spend_cap_usd` string, nullable
      - `run_budget_usd` string, nullable
      - `service_budget_usd` string, nullable
    - `content_safety` ContentSafetyPolicy — Content-safety governance controls.
      - `output_sanitizer_enabled` boolean, nullable
      - `prompt_injection_detection_enabled` boolean, nullable
    - `execution` ExecutionLimitsPolicy — Ceilings for the agent loop and tool execution.
      - `max_model_turns` integer, nullable
      - `max_tool_calls_per_turn` integer, nullable
      - `max_tool_calls_total` integer, nullable
    - `resolver_version` string
    - `source_policy_ids` string[]
    - `tokens` TokenPolicy — Token-related ceilings.
      - `max_tokens` integer, nullable
      - `max_tokens_per_call` integer, nullable
    - `tools` ToolsPolicy — MCP tool capability restrictions.
      - `allowed` string[], nullable
      - `denied` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-30** `ce40e8663ec3` — 1 info
  - added the optional property `effective_policy/execution` to the response with the `200` status
- **2026-07-25** `9c1eb8f7f2d9` — 1 info
  - added the optional property `effective_policy/approval/anyOf[subschema #1: ApprovalPolicy]/approvers_by_tool` to the response with the `200` status
- **2026-06-18** `dad98bb65260` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/governance/task-policy-snapshots/:task_id/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/99cf61829c55/schema)
