---
title: "List Legacy Contents"
method: GET
path: "/v1/LegacyContent"
tags: ["Contentv1LegacyContent"]
---

# List Legacy Contents

`GET /v1/LegacyContent`

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

## Query parameters

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

## Response `200`

OK

- object
  - `contents` ContentV1LegacyContent[]
    - `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.
    - `legacy_template_name` string, nullable — The string name of the legacy content template associated with this Content resource, unique across all template names for its account. Only lowercase letters, numbers and underscores are allowed
    - `legacy_body` string, nullable — The string body field of the legacy content template associated with this Content resource
    - `url` string, uri, nullable — The URL of the resource, relative to `https://content.twilio.com`.
  - `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/twilio-content.md) · [All operations](https://skmtc.net/twilio/apis/twilio-content/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-content/revisions/572629da3287/schema)
