---
title: "List Project Docs"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/project-docs"
tags: ["AppAutoGtm"]
---

# List Project Docs

`GET /api/app-auto-gtm/projects/{project_id}/project-docs`

Live docs for a project, user-first then newest-first, + the type vocab.

## Path parameters

- `project_id` integer, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- ProjectDocsResponse
  - `docs` ProjectDocItem[]
    - `id` string, required
    - `doc_type` string, required
    - `title` string, required
    - `content` string, required
    - `source` 'user' | 'ai', required
    - `updated_at` string, date-time, required
    - `extracted_at` string, date-time, nullable
    - `extracted_from_replies` integer, nullable
  - `types` ProjectDocTypeOption[]
    - `key` string, required
    - `label` string, required
    - `core` boolean
  - `gt_replies` integer
  - `gt_replies_threshold` integer

## Other responses

- `422` — Validation Error

---

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