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

# List Policies

`GET /policies`

Retrieve a list of access control policies defined in the system.
Policies control which agents can access which resources.

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

List of policies retrieved successfully

- Policy[]
  - `id` string, uuid
  - `agent_id` string
  - `effect` 'allow' | 'deny'
  - `actions` string[]
  - `resources` string[]
  - `conditions` object — Optional conditions for policy evaluation
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/deeptrail/apis/deepsecure-api-dual-service-architecture.md) · [All operations](https://skmtc.net/deeptrail/apis/deepsecure-api-dual-service-architecture/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrail/deepsecure-api-dual-service-architecture/versions/78627360c082/schema)
