---
title: "Get list of wrapup codes"
method: GET
path: "/api/v4/contact_center/wrapup_codes"
tags: ["Contact Center"]
---

# Get list of wrapup codes

`GET /api/v4/contact_center/wrapup_codes`

Returns a paginated list of all wrapup codes in the contact center.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `wrapup_codes` WrapupCode[]
    - `id` integer — The unique identifier of the wrap-up code.
    - `name` string — The name of the wrap-up code.
    - `code` string — The wrap-up code value.
    - `wrapup_code_groups` WrapupCodeGroupShort[] — The wrap-up code groups this code belongs to.
      - `id` integer — The unique identifier of the wrap-up code group.
      - `name` string — The name of the wrap-up code group.
  - `metadata` Metadata — Pagination metadata for list responses.
    - `total` integer — The total number of items available for the requested resource.
    - `next_cursor` string, nullable — Cursor for fetching the next page of results when cursor-based pagination is supported.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/voiso/apis/voiso-api.md) · [All operations](https://skmtc.net/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiso/voiso-api/versions/3d34cfd8f064/schema)
