---
title: "Return the data for all BillableMatters"
method: GET
path: "/billable_matters.json"
tags: ["Billable Matters"]
---

# Return the data for all BillableMatters

`GET /billable_matters.json`

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

## Query parameters

- `client_id` integer
- `custom_field_values` '=' | '<' | '>' | '<=' | '>='
- `end_date` string, date
- `fields` string
- `limit` integer
- `matter_id` integer
- `originating_attorney_id` integer
- `page_token` string
- `query` string
- `responsible_attorney_id` integer
- `start_date` string, date
- `status` 'open' | 'closed' | 'pending'

## 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)
