---
title: "List conversation assignments"
method: GET
path: "/whatsapp/conversations/{conversation_id}/assignments"
tags: ["Conversations"]
---

# List conversation assignments

`GET /whatsapp/conversations/{conversation_id}/assignments`

Get all assignments for a conversation, most recent first.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Assignments retrieved

- ConversationAssignmentListResponse
  - `data` ConversationAssignment[], required
    - `id` string, uuid, required
    - `user_id` string, uuid, required — ID of the user assigned to the conversation
    - `created_by_user_id` string, uuid, nullable — ID of the user who created the assignment
    - `notes` string, nullable — Optional notes about the assignment
    - `active` boolean, required — Whether this assignment is currently active
    - `created_at` string, date-time, required
  - `meta` PaginationMeta, required
    - `page` integer, required
    - `per_page` integer, required
    - `total_pages` integer, required
    - `total_count` integer, required

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
