---
title: "Get a component"
method: GET
path: "/v1/design_studio/components/{id}"
tags: ["Design Studio"]
---

# Get a component

`GET /v1/design_studio/components/{id}`

Returns a single component with its full content.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `component` Component
    - `id` string, uuid — ID of the component
    - `name` string — Display name of the component. You see this on your Design Studio dashboard. This may be different from the component tag name.
    - `tag` string — The component tag name, used to reference your component in an email.
    - `parent_folder_id` string, uuid, nullable — ID of the parent folder, or `null` if the component is in your root directory.
    - `created` integer — Unix timestamp of when the component was created.
    - `updated` integer — Unix timestamp of the last update to the component.
    - `content` string — HTML content

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `404` — Resource not found

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/4b391af7cb06/schema)
