---
title: "GET /projects/{projectId}/embeddables"
method: GET
path: "/projects/{projectId}/embeddables"
tags: ["Embeddables"]
---

# GET /projects/{projectId}/embeddables

`GET /projects/{projectId}/embeddables`

Retrieve all embeddables in this project

## Path parameters

- `projectId` string, required — The unique identifier for a Project in the database

## Headers

- `X-Api-Key` string, required

## Response `200`

- Embeddable[]
  - `embeddable_id` string, required — The unique identifier for a Embeddable in the database
  - `title` string, required
  - `group_id` string, required
  - `project_id` string, required

## Other responses

- `401`
- `404`

## Changes

- **2024-03-07** `36e9e5515e2d` — 1 info
  - added the non-success response with the status `401`
- **2024-03-07** `eab0a4987df3` — 1 breaking, 1 info
  - removed the required property `items/id` from the response with the `200` status
  - added the required property `items/embeddable_id` to the response with the `200` status
- **2024-03-07** `08d10ace0e59` — 1 breaking
  - removed the required property `items/json_string_prod` from the response with the `200` status
- **2024-03-05** `bf36e6b3149f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/embeddables/get.md)

---

[API](https://skmtc.dev/heysavvy/apis/api.md) · [All operations](https://skmtc.dev/heysavvy/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heysavvy/api/revisions/8aef37932517/schema)
