---
title: "GET /assistant/chat/"
method: GET
path: "/assistant/chat/"
tags: ["AI Assistant"]
---

# GET /assistant/chat/

`GET /assistant/chat/`

List all AI assistant chats for the current user in the specified workspace.

## Query parameters

- `limit` integer
- `offset` integer
- `workspace_id` integer, required

## Response `200`

- PaginationSerializerAssistantChat
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` AssistantChat[], required
    - `uuid` string, uuid — Unique identifier for the chat. Can be provided by the client.
    - `user_id` integer, required — The user who owns the chat.
    - `workspace_id` integer, required — The workspace the chat belongs to.
    - `title` string — The title of the chat.
    - `status` 'idle' | 'in_progress' | 'canceling' — * `idle` - Idle * `in_progress` - In progress * `canceling` - Canceling
    - `created_on` string, date-time, required
    - `updated_on` string, date-time, required

## Other responses

- `400`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
