---
title: "Return the related contact data for a single matter"
method: GET
path: "/matters/{matter_id}/contacts.json"
tags: ["Matter Contacts"]
---

# Return the related contact data for a single matter

`GET /matters/{matter_id}/contacts.json`

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

## Path parameters

- `matter_id` integer, required

## Query parameters

- `custom_field_ids[]` integer
- `fields` string
- `limit` integer
- `order` 'is_client(asc)' | 'is_client(desc)' | 'id(asc)' | 'id(desc)'
- `page_token` string

## 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/versions/94a82114ec3b/schema)
