---
title: "List Conversations"
method: GET
path: "/conversations/"
tags: ["conversations"]
---

# List Conversations

`GET /conversations/`

List all conversations for the authenticated user (metadata only)

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ConversationListResponse[]
  - `id` string, uuid, required
  - `task` string, required
  - `repo_path` string, nullable, required
  - `repo_paths` string[], nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `message_count` integer
  - `is_browser` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
