---
title: "Fetch Content"
method: GET
path: "/v1/Content/{Sid}"
tags: ["Contentv1Content"]
---

# Fetch Content

`GET /v1/Content/{Sid}`

Fetch a Content resource by its unique Content Sid

## Path parameters

- `Sid` string, required

## Response `200`

OK

- 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

---

[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)
