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

# GET /projects/{projectId}/embeddables/{embeddableId}

`GET /projects/{projectId}/embeddables/{embeddableId}`

Retrieve an embeddable from the database based on the ID

## Path parameters

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

## Headers

- `X-Api-Key` string, required

## Response `200`

- EmbeddableWithJson
  - `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 `allOf[subschema #1: Embeddable]/id` from the response with the `200` status
  - added the required property `allOf[subschema #1: Embeddable]/embeddable_id` to the response with the `200` status
- **2024-03-07** `08d10ace0e59` — 4 breaking, 2 info
  - removed the required property `group_id` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `project_id` from the response with the `200` status
  - removed the required property `title` from the response with the `200` status
  - …2 more
- **2024-03-05** `bf36e6b3149f` — 1 breaking, 2 info
  - added the new required `header` request parameter `X-Api-Key`
  - added the required property `group_id` to the response with the `200` status
  - added the required property `project_id` to the response with the `200` status
- **2024-03-05** `2da5b1053d46` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/embeddables/:embeddableId/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)
