List Tasks
list_tasksRetrieve Confluence tasks by status, space, page, assignee, creator, or due date. Filter to see open or complete tasks.
Instructions
List tasks in Confluence.
Args:
status: Task status — 'open' or 'complete'.
space_id: Filter by space ID.
page_id: Filter by page ID.
assigned_to: Filter by assignee account ID.
created_by: Filter by creator account ID.
due_at_from: ISO 8601 — tasks due on or after this date.
due_at_to: ISO 8601 — tasks due on or before this date.
cursor: Pagination cursor.
limit: Max results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | No | ||
| page_id | No | ||
| space_id | No | ||
| due_at_to | No | ||
| created_by | No | ||
| assigned_to | No | ||
| due_at_from | No |