list_documents
Retrieve documents in a Polarion project, returning key details like ID, name, type, status, author, and last editor for quick document overview.
Instructions
List a project's documents.
Returns space_id + document_name (inputs to the other document tools) plus type, status, updated timestamp, and display names of creator (author) and last editor (last_updated_by). Discovery scan cached 60s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| project_id | Yes | Polarion project ID. | |
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| items | Yes | ||
| has_more | No | ||
| page_size | Yes | ||
| total_count | Yes |