---
title: "Return the data for all Tasks"
method: GET
path: "/tasks.json"
tags: ["Tasks"]
---

# Return the data for all Tasks

`GET /tasks.json`

Outlines the parameters, optional and required, used when requesting the data for all Tasks

## Query parameters

- `assignee_id` integer
- `assignee_type` 'user' | 'contact'
- `assigner_id` integer
- `cascading_source_id` integer
- `client_id` integer
- `complete` boolean
- `created_since` string, date-time
- `due_at_from` string, date
- `due_at_present` boolean
- `due_at_to` string, date
- `fields` string
- `ids[]` integer
- `limit` integer
- `matter_id` integer
- `order` 'name(asc)' | 'name(desc)' | 'task_type.name(asc)' | 'task_type.name(desc)' | 'id(asc)' | 'id(desc)' | 'priority(asc)' | 'priority(desc)' | 'matter.display_number(asc)' | 'matter.display_number(desc)' | 'due_at(asc)' | 'due_at(desc)' | 'due_at_strict(asc)' | 'due_at_strict(desc)' | 'completed_at(asc)' | 'completed_at(desc)'
- `page_token` string
- `permission` 'private' | 'public'
- `priority` 'high' | 'normal' | 'low'
- `query` string
- `responsible_attorney_id` integer
- `status` 'pending' | 'in_progress' | 'in_review' | 'complete' | 'draft'
- `statuses[]` 'pending' | 'in_progress' | 'in_review' | 'complete' | 'draft'
- `statute_of_limitations` boolean
- `task_type_id` integer
- `time_entries_present` boolean
- `updated_since` string, date-time

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/revisions/73791ddd1207/schema)
