---
title: "List Items"
method: GET
path: "/api/v2/dynamic_content/items"
tags: ["Dynamic Content"]
---

# List Items

`GET /api/v2/dynamic_content/items`

Returns a list of all dynamic content items for your account if accessed as an admin or agents who have permission to manage dynamic content.

#### Allowed For

* Admins, Agents

#### Pagination

* Cursor pagination (recommended)
* Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

## Query parameters

- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

Success response

- DynamicContentsResponse
  - `items` DynamicContentObject[]
    - `created_at` string, date-time — When this record was created
    - `default_locale_id` integer, required — The default locale for the item. Must be one of the [locales the account has active](/api-reference/ticketing/account-configuration/locales/#list-locales).
    - `id` integer — Automatically assigned when creating items
    - `name` string, required — The unique name of the item
    - `outdated` boolean — Indicates the item has outdated variants within it
    - `placeholder` string — Automatically generated placeholder for the item, derived from name
    - `updated_at` string, date-time — When this record was last updated
    - `url` string — The API url of this item
    - `variants` DynamicContentVariantObject[], required — All variants within this item. See [Dynamic Content Item Variants](/api-reference/ticketing/ticket-management/dynamic_content_item_variants/)
      - `active` boolean — If the variant is active and useable
      - `content` string, required — The content of the variant
      - `created_at` string, date-time — When the variant was created
      - `default` boolean — If the variant is the default for the item it belongs to
      - `id` integer — Automatically assigned when the variant is created
      - `locale_id` integer, required — An active locale
      - `outdated` boolean — If the variant is outdated
      - `updated_at` string, date-time — When the variant was last updated
      - `url` string — The API url of the variant

## Changes

> 29 revisions in range; 1 not diffed, 1 could not be searched.

- **2025-06-12** `edbf399da815` — 3 info
  - added the new optional `query` request parameter `page[after]`
  - added the new optional `query` request parameter `page[before]`
  - added the new optional `query` request parameter `page[size]`

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/dynamic_content/items/get.md)

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
