---
title: "Get all snippets"
method: GET
path: "/api/snippets"
tags: ["snippets"]
---

# Get all snippets

`GET /api/snippets`

Get all snippets for the current project.

## Response `200`

Retrieved snippets successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/iterable/apis/iterable-api.md) · [All operations](https://skmtc.net/iterable/apis/iterable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iterable/iterable-api/revisions/afaab604b58c/schema)
