linear_getProjectDocuments
Retrieve documents for a Linear project by specifying its ID. Optionally filter by title, sort by date, include archived items, or limit the number of results.
Instructions
Get documents for a specific Linear project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ID of the project whose documents should be returned | |
| limit | No | Maximum number of documents to return (default: 25) | |
| includeArchived | No | Include archived documents in the results | |
| orderBy | No | Sort documents by created or updated date | |
| title | No | Case-insensitive title search filter |