v1
latestOpenAPI 3.0.42026-08-045381279.6 KBCases
List tasks for a case
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.
get/cases/{id}/tasks
Path parameters
idstring uuid required
Query parameters
statusstring
typestring[]
Response
Tasks returned