Get tasks
GET /tasks
Get tasks in the workspace with optional pagination and filtering.
Parameters
Query Parameters
Starting index for pagination.
Number of items to return.
The matterId to filter tasks by matter.
The milestoneId to filter tasks by milestone.
List tasks with a due date that is later than this parameter as an integer representing milliseconds since the Unix epoch
List tasks with a due date that is earlier than this parameter as an integer representing milliseconds since the Unix epoch
Comma separated statuses of the task
Responses
200
List of tasks
object
object
object
Name of the task
Rich-text description of the task
Status of the task
Due date of the task as an integer representing milliseconds since the Unix epoch
Whether the task is marked as a priority
Created date of a task as an integer representing milliseconds since the Unix epoch
A list of label/value tags associated with the matter as an array of object .
object
The label of the tag (e.g., “priority”, “status”, “type”, “value”)
An optional value to the label of the tag (e.g., “high”, “open”, “ACC”, “$3,000”)
A list of assignees as userIds
A list of reviewers as userIds
The matterId the task is associated with
The matter name the task is associated with
The milestoneId the task is associated with
The milestone name the task is associated with
object
Total number of tasks
100Total number of tasks returned so far
10Current starting index for pagination