List Teamline tasks
teamline_tasks_listRetrieve tasks from Teamline with optional filters for channel, list, user, limit, and completion status. Specify a channel and list to narrow results, or omit both to see your own tasks.
Instructions
List Teamline tasks via tasks.list. Optional filters: limit, channel (#name or slackId), list (~name or id; channel required if list is set), user (@name, email, or slackId), complete (true = only completed). If channel and user are omitted, the API defaults to yourself. Token is read only from TEAMLINE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | ~list-name or id. Channel is required if this is present. | |
| user | No | @name, email address, or slackId. If channel and user are omitted, the API defaults to yourself. | |
| limit | No | Maximum number of tasks to return | |
| channel | No | #channel-name or slackId. Required if list is present. | |
| complete | No | If true, only completed tasks are returned |