---
title: "Get embed"
method: GET
path: "/v1/embeds/{embed_id}"
tags: ["Importer Embeds"]
---

# Get embed

`GET /v1/embeds/{embed_id}`

Retrieve a detailed representation of the embed resource.

## Path parameters

- `embed_id` integer, required

## Response `200`

200

- EmbedDetail
  - `id` integer
  - `token` string
  - `template_key` string
  - `status` string
  - `user_jwt` string
  - `imported_row_count` integer — Total number of imported rows. Only present when the embed status is "imported".

## Other responses

- `422` — 422

---

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