---
title: "List model policies"
method: GET
path: "/orgs/{org_id}/models/policies"
tags: ["orgs"]
---

# List model policies

`GET /orgs/{org_id}/models/policies`

List the organization's LLM model and provider usage policies.

## Path parameters

- `org_id` string, required

## Response `200`

Policy rules for the org

- ListOrgModelPoliciesResBody
  - `policies` ModelPolicy[], required
    - `created_at` string, date-time, required
    - `created_by_user_id` string, nullable — User who created the rule.
    - `effect` 'allow' | 'deny', required — Whether a policy rule allows or denies its target. A model-level rule beats a provider-level rule; `deny` beats `allow` at the same specificity.
    - `id` string, required
    - `model_id` string, nullable — Model targeted by the rule. Omitted when the rule covers the whole provider.
    - `provider` string, required — Model provider slug, e.g. `byteplus`, `openai`.

## Other responses

- `403` — Forbidden

## Changes

- **2026-07-17** `33e77c7fd113` — 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/orgs/:org_id/models/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)
