---
title: "List embeds"
method: GET
path: "/v1/embeds"
tags: ["Importer Embeds"]
---

# List embeds

`GET /v1/embeds`

Returns a list of Importer embed sessions for the organization in a summarized representation.

## Response `200`

200

- EmbedSummary[]
  - `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)
