---
title: "Retrieve a conversation"
method: GET
path: "/conversations/{id}"
tags: ["Conversations"]
---

# Retrieve a conversation

`GET /conversations/{id}`

Returns one conversation that belongs to the authenticated agent.

## Path parameters

- `id` string, required

## Response `200`

The conversation.

- Conversation
  - `created_at` string, date-time, required
  - `id` string, required
  - `object` 'conversation', required
  - `source` 'embed' | 'preview' | 'null', nullable, required
  - `status` 'aborted' | 'completed' | 'failed' | 'streaming' | 'null', nullable, required
  - `title` string, nullable, required
  - `updated_at` string, date-time, required
  - `user_id` string, nullable, required

## Other responses

- `400` — The request parameters are invalid.
- `401` — The Agent API key is missing, invalid, or revoked.
- `403` — The API key does not have the required permission.
- `404` — The resource does not exist for the authenticated agent.
- `429` — Too many requests. Retry after the number of seconds in Retry-After.
- `500` — The request failed unexpectedly.
- `503` — The API is temporarily unavailable. The request was not processed.

---

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