list_documents
Retrieves a paginated list of documents in a Polarion project. Returns space ID, document name, and type for each document.
Instructions
List all documents in a Polarion project.
Returns space_id + document_name (other document tools accept these)
plus the document type. First call per project runs a discovery scan
cached 60s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| page_size | No | ||
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No |