---
title: "List Workspace Whatsapp Messages"
method: GET
path: "/api/workspaces/{workspace_id}/whatsapp/messages"
---

# List Workspace Whatsapp Messages

`GET /api/workspaces/{workspace_id}/whatsapp/messages`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- WhatsAppMessagesListResponse
  - `messages` WhatsAppMessageResponse[]
    - `id` string, required
    - `contactPhone` string, required
    - `contactName` string, nullable
    - `responses` object[]
    - `summary` object, nullable
    - `workspaceId` string, required
    - `lastMessageTime` string, date-time, nullable
    - `isHumanControlled` boolean
    - `assignedOperatorId` string, nullable
    - `takeoverStartedAt` string, date-time, nullable
    - `aiPausedAt` string, date-time, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `workspace` AuthWorkspace
      - `id` string, required
      - `name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
