---
title: "Public Api List Conversations"
method: GET
path: "/api/v1/conversations"
tags: ["Public API"]
---

# Public Api List Conversations

`GET /api/v1/conversations`

List conversations for your organization with optional filters.

## Query parameters

- `classification` string, nullable — Filter by classification: positive, negative, undetermined, engaged
- `is_active` boolean, nullable — Filter by active/inactive status
- `since` string, nullable — Filter conversations updated after this ISO 8601 date (e.g. 2025-01-01T00:00:00Z)
- `page_size` integer — Number of conversations per page
- `last_lead_id` string, nullable — Lead ID for cursor-based pagination

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
