---
title: "List conversations"
method: GET
path: "/conversations"
tags: ["Conversations"]
---

# List conversations

`GET /conversations`

Endpoint used to list conversation resources

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Conversations returned
- `type` string[]
- `onlyNamed` boolean — Will only show named group conversations and team conversation

## Headers

- `x-organization-id` integer

## Response `200`

Successfully fetched Conversations list

- object
  - `conversations` object[], required
    - `id` number, required — Global ID of the conversation
    - `type` 'GROUP' | 'DM' | 'TEAM', required — Type of conversation
    - `name` string, nullable — Display name of the conversation
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Conversations.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Conversations.

## Other responses

- `400` — Error with query
- `401` — Invalid token

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
