---
title: "Get Conversation"
method: GET
path: "/api/v1/admin/agent/conversation"
tags: ["admin-ops-agent"]
---

# Get Conversation

`GET /api/v1/admin/agent/conversation`

The admin's rolling thread, newest-last, paginated backwards via
``before`` (message id).

## Query parameters

- `before` string, nullable
- `limit` integer

## Response `200`

Successful Response

- AdminAgentConversationPage
  - `conversation_id` string, uuid, required
  - `messages` AdminAgentMessageResponse[], required
    - `id` string, uuid, required
    - `role` string, required
    - `content` string, required
    - `client_context` object, nullable
    - `tool_calls` object[]
    - `citations` object[]
    - `created_at` string, date-time, required
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

---

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