---
title: "GET /v2/Content"
method: GET
path: "/v2/Content"
tags: ["ContentV2Content"]
---

# GET /v2/Content

`GET /v2/Content`

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

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string
- `SortByDate` string
- `SortByContentName` string
- `DateCreatedAfter` string, date-time
- `DateCreatedBefore` string, date-time
- `ContentName` string
- `Content` string
- `Language` string[]
- `ContentType` string[]
- `ChannelEligibility` 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/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

---

[API](https://skmtc.net/twilio/apis/content-v2.md) · [All operations](https://skmtc.net/twilio/apis/content-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/content-v2/versions/c66e9bceb71d/schema)
