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

# Return the data for all Communications

`GET /communications.json`

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

## Query parameters

- `contact_id` integer
- `created_since` string, date-time
- `date` string, date
- `external_property_name` string
- `external_property_value` string
- `fields` string
- `having_time_entries` boolean
- `ids[]` integer
- `limit` integer
- `matter_id` integer
- `order` 'id(asc)' | 'id(desc)' | 'date(asc)' | 'date(desc)' | 'received_at(asc)' | 'received_at(desc)' | 'matter(asc)' | 'matter(desc)'
- `page_token` string
- `query` string
- `received_at` string, date-time
- `received_before` string, date-time
- `received_since` string, date-time
- `type` 'EmailCommunication' | 'PhoneCommunication'
- `updated_since` string, date-time
- `user_id` integer

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