get_tasks
Retrieve all tasks within a specific project using workspace and project IDs, with options to filter by active status, task name, and pagination settings.
Instructions
Get all tasks in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isActive | No | Filter by active status | |
name | No | Filter by task name | |
page | No | Page number (default: 1) | |
pageSize | No | Page size (default: 50, max: 5000) | |
projectId | Yes | Project ID | |
workspaceId | Yes | Workspace ID |