---
title: "Get Conversations"
method: POST
path: "/v1/apps/{app_id}/conversations"
tags: ["apps"]
---

# Get Conversations

`POST /v1/apps/{app_id}/conversations`

Retrieve the list of Conversations for the app.

## Path parameters

- `app_id` string, uuid, required

## Query parameters

- `search` string, nullable
- `page` integer
- `size` integer

## Request body

- GetConversationsRequest
  - `params` GetTableSortParams[] — The sorting parameters for the query
    - `col` string, required
    - `order` 'asc' | 'desc', required
    - `multiple` boolean, nullable, required
  - `my_threads` boolean

## Response `200`

Successful Response

- PaginatedResponse
  - `items` unknown[], required
    - unknown
  - `page` integer, required
  - `pages` integer, required
  - `size` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/versions/a5e0b539abc5/schema)
