List projects
List Projects is an AI-powered tool integrated with Linear that enables users to efficiently retrieve and manage projects within their workspace. It offers customizable filtering and ordering options to streamline project tracking.
Features
- Retrieve up to 250 projects with a single query.
- Filter projects by team ID to focus on specific teams.
- Customize results by including or excluding archived projects.
- Sort projects by creation or update date for organized views.
- Apply date filters to fetch projects created or updated within specific timeframes.
Benefits
- Enhances project management efficiency by quick access to project lists.
- Supports focused team collaboration through targeted project filtering.
- Improves workflow by allowing users to organize projects based on recency.
- Saves time with automated project retrieval tailored to user preferences.
- Facilitates better decision-making with up-to-date project information.
Description
List projects in the user's Linear workspace
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| limit | number | The number of results to return (Max is 250) |
| before | string | An ID to end at |
| after | string | An ID to start from |
| orderBy | enum | The order in which to return results |
| includeArchived | boolean | Whether to include archived projects |
| teamId | string | A team UUID to filter by |
| createdAt | string | Return only projects created on or after this ISO-8601 date-time or duration. e.g. -P1D to get projects created in the last day |
| updatedAt | string | Return only projects updated on or after this ISO-8601 date-time or duration. e.g. -P1D to get projects updated in the last day |