linear_getSavedViews
Fetch saved views from Linear to access custom issue filters and project perspectives. Supports limiting, sorting by created or updated date, and including archived views for complete retrieval.
Instructions
Get Linear saved views (API: CustomView)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of saved views to return (default: 25) | |
| orderBy | No | Sort order field. Supported values: 'createdAt' or 'updatedAt' | |
| includeArchived | No | Include archived saved views in the results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |