---
title: "List document policies"
method: GET
path: "/v1beta/documents/{document_id}/policies"
tags: ["Policies"]
---

# List document policies

`GET /v1beta/documents/{document_id}/policies`

List policies attached to a document.

## Path parameters

- `document_id` string, required — Document ID. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

## Query parameters

- `page_token` string — Opaque pagination token from a previous response. Pass next_page_token or prev_page_token from a previous response to continue pagination. Empty or omitted for the first page.
- `page_size` integer — Maximum number of items to return per page (1-100). Default: 50.

## Response `200`

Success

- ListDocumentPoliciesResponse — ListDocumentPoliciesResponse contains a page of policy attachments.
  - `items` DocumentPolicy[] — List of policy attachments.
    - `attached_at` string, date-time, required — Timestamp when policy was attached.
    - `document_id` string, required — Document ID this policy is attached to. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}
    - `policy` Policy, required — Policy represents a governance policy.
      - `created_at` string, date-time, required — Timestamp when policy was created.
      - `id` string, required — Unique ID for the policy. Pattern: pol_[0-9a-hjkmnp-tv-z]{26}
      - `name` string, required — Policy name.
  - `pagination` Pagination, required — Pagination contains cursor-based pagination metadata. Follows Google AIP-158 for pagination field naming.
    - `has_more` boolean — Whether there are more results in the forward direction.
    - `next_page_token` string — Token to retrieve the next page of results. Empty if there are no more results in the forward direction.
    - `prev_page_token` string — Token to retrieve the previous page of results. Empty if this is the first page.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
