List tasks for a case
GET/cases/:id/tasks
Returns every open task (action-item) attached to this specific case. Same data as GET /tasks, scoped to one case — use this when you're already working a specific case and want just its outstanding tasks.
Note: account-level tasks that aren't tied to a single case (e.g. SignContract, AssignBankAccount — these block your whole account, not one case) never appear here; call GET /tasks to see those.
Filtering:
- status (default: Open) — Open or Solved
- type (repeatable, e.g. ?type=ReplyToChat) — restrict to specific task types
No pagination — a single case has few tasks.
Request
Responses
- 200
- 400
- 404
Tasks returned
ID missing, or invalid status/type filter
Case not found