---
title: "List Policies Endpoint"
method: GET
path: "/v1/policies"
tags: ["v1-policies"]
---

# List Policies Endpoint

`GET /v1/policies`

List policies for an org. If connector_id is given, return only policies
that have a connector-scoped assignment to that connector — used by the
CLI settings commands to avoid an N+1 walk over every policy.

## Query parameters

- `org_id` string, required
- `connector_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/f92d8d54bae2/schema)
