---
title: "Get conversation by user"
method: GET
path: "/conversations/users/{user_id}/skills/{bot_id}"
tags: ["Conversations"]
---

# Get conversation by user

`GET /conversations/users/{user_id}/skills/{bot_id}`

Returns a specific conversation

## Path parameters

- `user_id` string, required
- `bot_id` string, required

## Query parameters

- `page` string
- `start_date` string, date
- `end_date` string, date

## 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/versions/1e26909d86c9/schema)
