Tasks track action items across your team. Each task has a priority, status, assignee, and optional due date, and can be linked to any records.Documentation Index
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
Tools
| Tool | Description | Key Params |
|---|---|---|
tasks.list | List tasks with optional filters | status, assigned_to, priority, record_ids |
tasks.get | Get a single task | task_id |
tasks.create | Create a new task | title, priority, status, assigned_to, due_date, record_ids |
tasks.update | Update task fields | task_id, title, priority, status, assigned_to, due_date |
tasks.complete | Mark a task as done | task_id |
tasks.delete | Delete a task | task_id |
Priority Levels
low medium high urgent
Statuses
todo in_progress done