---
title: "Search Conversations"
method: GET
path: "/api/v1/conversations/search"
tags: ["Search"]
---

# Search Conversations

`GET /api/v1/conversations/search`

## Query parameters

- `query` string, required

## Response `200`

Conversations searched successfully

- ConversationSearchResponse
  - `status` string
  - `data` ConversationSearchResult[]
    - `created_at` string, date-time
    - `uuid` string
    - `reference_number` string
    - `subject` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/libredesk/apis/libredesk-api.md) · [All operations](https://skmtc.dev/libredesk/apis/libredesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/libredesk/libredesk-api/revisions/71ee25a0b5df/schema)
