---
title: "GET /ace/{ace_uid}/policies"
method: GET
path: "/ace/{ace_uid}/policies"
tags: ["ace"]
---

# GET /ace/{ace_uid}/policies

`GET /ace/{ace_uid}/policies`

List the policies declared on an ACE.

## Path parameters

- `ace_uid` string, uuid, required

## Response `200`

Policies

- ListPoliciesResBody
  - `policies` AcePolicy[], required
    - `action` string
    - `condition` string
    - `id` string, required
    - `model` string, nullable — Upstream model to route to when this policy matches (`provider/model` form, e.g. `"anthropic/claude-haiku-4-5"`).
    - `provides` string[]
    - `requires` unknown
    - `tool_action` ToolAction — Deterministic tool invocation attached to a policy. `params` values of the form `"$var_id"` are resolved from extracted context variables at inference time; `$var_id` tokens embedded in longer strings (template params, e.g. a SQL string) interpolate in place.
      - `confirmation` string — Matcher-confidence gate: `none` (prefilter alone suffices), `majority` (default), or `unanimous` (all voters must agree).
      - `params` object
      - `tool` string, required

## Other responses

- `403` — Forbidden
- `404` — ACE not found

## Changes

- **2026-07-17** `33e77c7fd113` — 4 breaking, 3 warning, 1 info
  - the `policies/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `policies/items/action` from the response with the `200` status
  - removed the required property `policies/items/condition` from the response with the `200` status
  - removed the required property `policies/items/id` from the response with the `200` status
  - …4 more
- **2026-04-22** `63b3777893c7` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/ace/:ace_uid/policies/get.md)

---

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