---
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

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
