---
title: "Get User Workspace Conversations"
method: GET
path: "/api/workspace/{workspace_ext_id}/conversations"
tags: ["workspace"]
---

# Get User Workspace Conversations

`GET /api/workspace/{workspace_ext_id}/conversations`

Retrieve conversations for a workspace where the current user is:
- The creator of the conversation, or
- Listed in the ConvoUsers table.

Return conversation metadata including:
- External ID
- Title
- Last updated date
- Number of messages
- Whether the current user is the creator

## Path parameters

- `workspace_ext_id` string, required

## Headers

- `workspace-key` string

## Response `200`

Successful Response

- ConversationResponse[]
  - `external_id` string, required
  - `title` string, nullable, required
  - `created_by_ext_id` string, required
  - `updated_by_ext_id` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `is_shared` boolean
  - `message_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-25** `aa4b06f8dede` — 1 breaking, 2 info
  - removed the required property `items/is_creator` from the response with the `200` status
  - added the optional property `items/updated_by_ext_id` to the response with the `200` status
  - added the required property `items/created_by_ext_id` to the response with the `200` status
- **2025-12-19** `7073d8652386` — 1 info
  - added the new optional `header` request parameter `workspace-key`
- **2025-08-06** `43c12480eb1b` — 1 info
  - added the required property `items/created_at` to the response with the `200` status

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/workspace/:workspace_ext_id/conversations/get.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
