---
title: "List Contents"
method: GET
path: "/v1/Content"
tags: ["Contentv1Content"]
---

# List Contents

`GET /v1/Content`

Retrieve a list of Contents belonging to the account used to make the request

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `contents` ContentV1Content[]
    - `date_created` string, date-time, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `sid` string, nullable — The unique string that that we created to identify the Content resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource.
    - `friendly_name` string, nullable — A string name used to describe the Content resource. Not visible to the end recipient.
    - `language` string, nullable — Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in.
    - `variables` object, nullable — Defines the default placeholder values for variables included in the Content resource. e.g. {"1": "Customer_Name"}.
    - `types` object, nullable — The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource.
    - `url` string, uri, nullable — The URL of the resource, relative to `https://content.twilio.com`.
    - `links` object, nullable — A list of links related to the Content resource, such as approval_fetch and approval_create
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-05-13** (v1) `8bb665f99fd7` — 2 breaking
  - the `contents/items/types` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `contents/items/variables` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2024-09-25** (v1) `264003ca763a` — 2 info
  - api tag `Contentv1Content` added
  - api tag `ContentV1Content` removed
- **2023-08-10** (v1) `ba9d2785cf5a` — 1 info
  - api tag `ContentV1Content` added
- **2023-02-02** (v1) `65773b26bda5` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`

[Change history](https://skmtc.dev/twilio/apis/twilio-content/changes/v1/Content/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-content.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-content/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-content/revisions/572629da3287/schema)
