search_recent_tasks
Retrieve tasks that have been recently modified, with support for filtering by organization, space, board, and full-text search to quickly find updated items.
Instructions
Recently modified tasks (Elasticsearch-backed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for paginated list endpoints. | |
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| board | No | ||
| expand | No | Comma-separated list of fields to expand inline on the response (FlexFields style, e.g. `assignees,tags,time_tracking`). | |
| search | No | ||
| page_size | No | Page size for paginated list endpoints. | |
| Organization | No | Workspace (organization) ID the request is scoped to. |