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

# List Agent Policies

`GET /policies/agent`

## Query parameters

- `limit` integer
- `offset` integer
- `name` string
- `order` 'name' | 'id'
- `dir` 'asc' | 'desc'

## Other responses

- `200` — unresolved $ref
- `400` — Failed due to malformed query parameters.
- `401` — Missing or invalid access token provided.
- `404` — A non-existent entity request.
- `500` — Unexpected server-side error occurred.

## Changes

- **2021-08-27** `3b5c71fcf139` — 2 breaking, 3 info
  - added the new required `header` request parameter `Authorization` to all path's operations
  - removed the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - …1 more
- **2021-08-27** `38562e9cb8e7` — 5 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `500`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - …1 more
- **2021-08-27** `cb4b72ec6b0d` — 2 breaking, 9 info
  - added the new required `header` request parameter `Authorization` to all path's operations
  - removed the media type `application/json` for the response with the status `200`
  - added the new optional `query` request parameter `dir`
  - added the new optional `query` request parameter `limit`
  - …7 more
- **2021-07-01** `9bf27c32eb50` — 1 info
  - endpoint added
- **2021-06-29** `e95a4da3dd7a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/orb-community/apis/orb-policies/changes/policies/agent/get.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-policies.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-policies/llms.txt) · [OpenAPI document](https://skmtc.dev/orb-community/apis/orb-policies/revisions/3b5c71fcf139?raw)
