---
title: "Get conversations"
method: GET
path: "/conversations/skills/{bot_id}"
tags: ["Conversations"]
---

# Get conversations

`GET /conversations/skills/{bot_id}`

Get the conversations processed in a given interval

## Path parameters

- `bot_id` string, required

## Query parameters

- `page_token` string, required
- `lang` string
- `start_date` string, date
- `end_date` string, date
- `platform` 'messenger' | 'rcs' | 'skype' | 'sms' | 'slack' | 'telegram' | 'twitter' | 'viber' | 'whatsapp' | 'maxit' | 'application' | 'api' | 'other'

## Response `200`

successful operation

- Conversation
  - `logs` object[]
  - `pages` integer

## Other responses

- `400` — Invalid ID supplied (user or bot)
- `404` — conversations not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
