list_tasks
List tasks with optional filters by guild and status, using cursor-based pagination to retrieve results in reverse chronological order.
Instructions
List tasks. Filter by guild slug and/or status. Paginate newest first with 'before' (task id) and 'limit'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild slug (e.g. 'evals'). | |
| limit | No | ||
| before | No | Return tasks with id < before. | |
| status | No |