> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# List project documents

> List all documents (files, subfiles, and external PDFs) in a project. Returns name, id, type, and externalType (e.g. 'PDF') for each.

`list_project_documents`

List all documents (files, subfiles, and external PDFs) in a project. Returns name, id, type, and externalType (e.g. 'PDF') for each.

## Parameters

<ParamField path="projectId" type="string">
  Project ID. Falls back to context projectId if omitted.
</ParamField>

<ParamField path="limit" type="integer" default={500}>
  Minimum: 1.
</ParamField>
