---
title: "List snippets"
method: GET
path: "/v1/snippets"
tags: ["Snippets"]
---

# List snippets

`GET /v1/snippets`

Returns a list of snippets in your workspace. Snippets are pieces of reusable content, like a common footer for your emails.

## Response `200`

Returns an array of `snippets`.

- object
  - `snippets` Snippet[]
    - `name` string, required — The name of the snippet, must be unique.
    - `value` string, required — The contents of the snippet.
    - `updated_at` integer — The last date-time the snippet was updated.

---

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