---
title: "Retrieve a list of all Policys."
method: GET
path: "/v1/Policies"
tags: ["TrusthubV1Policies"]
---

# Retrieve a list of all Policys.

`GET /v1/Policies`

Retrieve a list of all Policys.

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `results` TrusthubV1Policies[]
    - `sid` string, nullable — The unique string that identifies the Policy resource.
    - `friendly_name` string, nullable — A human-readable description that is assigned to describe the Policy resource. Examples can include Primary Customer profile policy
    - `requirements` unknown
    - `url` string, uri, nullable — The absolute URL of the Policy resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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