---
title: "Describe an assistant's policy enforcement plan (per point, per transport)"
method: GET
path: "/v1/agents/{agent_id}/enforcement-plan"
tags: ["policies"]
---

# Describe an assistant's policy enforcement plan (per point, per transport)

`GET /v1/agents/{agent_id}/enforcement-plan`

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- EnforcementPlanResponse — The full no-turn enforcement plan for one assistant (read-only describe surface).
  - `agent_id` string, uuid, required
  - `agent_revision_id` string, uuid, nullable
  - `policies_enabled` boolean, required
  - `points` EnforcementPlanPoint[], required
    - `enforcement_point` string, required
    - `policies` EnforcementPlanPolicy[], required
      - `policy_id` string, uuid, required
      - `policy_name` string, required
      - `check_type` string, required
      - `action` string, required
      - `mode` string, required
      - `strictness` string, required
      - `tool_target` string, nullable
      - `priority` integer, required
      - `strategies` EnforcementPlanStrategy[], required
        - `transport_class` string, required
        - `strategy` string, required
        - `consequence` string, required
    - `dominance_by_transport` object, required
    - `warnings` string[]

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

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