---
title: "Return the data for all matter dockets"
method: GET
path: "/court_rules/matter_dockets.json"
tags: ["Matter Dockets"]
---

# Return the data for all matter dockets

`GET /court_rules/matter_dockets.json`

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

## Query parameters

- `created_since` string, date-time
- `fields` string
- `ids[]` integer
- `limit` integer
- `matter_id` integer
- `matter_status` 'open' | 'closed' | 'pending'
- `order` 'id(asc)' | 'id(desc)' | 'date(asc)' | 'date(desc)'
- `page_token` string
- `query` string
- `service_type_id` integer
- `status` 'not_started,' | 'in_progress,' | 'failed,' | 'completed'
- `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)
