linear_getTeamDocuments
Fetch documents for a specified Linear team. Apply title filters, date sorting, and archived inclusion to get the exact docs you need.
Instructions
Get documents associated with a specific Linear team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return (default: 25) | |
| title | No | Case-insensitive title search filter | |
| teamId | Yes | ID of the team whose documents should be returned | |
| orderBy | No | Sort documents by created or updated date | |
| includeArchived | No | Include archived documents in the results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |