---
title: "List document paths"
method: GET
path: "/api/projects/{projectId}/documents/list-paths"
tags: ["Document"]
---

# List document paths

`GET /api/projects/{projectId}/documents/list-paths`

Retrieve a list of all published document paths in a project.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

List of document paths

- object[] — List of document paths
  - `id` string, uuid, required — Document unique identifier
  - `path` string, required — Document path

---

[API](https://skmtc.dev/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.dev/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/revisions/52c0773fcd80/schema)
