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

# Return the data for all Conversations

`GET /conversations.json`

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

## Query parameters

- `archived` boolean
- `contact_id` integer
- `created_since` string, date-time
- `date` string, date
- `fields` string
- `for_user` boolean
- `ids[]` integer
- `limit` integer
- `matter_id` integer
- `order` 'id(asc)' | 'id(desc)' | 'last_message_id(asc)' | 'last_message_id(desc)' | 'matter_id(asc)' | 'matter_id(desc)'
- `page_token` string
- `read_status` boolean
- `time_entries` 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)
