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

# Get imported rows for an embed file

`GET /v1/embeds/{embed_id}/imported-rows`

Retrieve validated data from an embed file with optional pagination.

## Path parameters

- `embed_id` integer, required

## Query parameters

- `start_row` integer
- `count` integer

## Response `200`

200

- ImportedRowsResponse
  - `template_key` string
  - `workspace_id` integer
  - `workspace_metadata` EmptyResponse
  - `sheet_id` integer
  - `sheet_metadata` SheetMetadata
    - `original_file_name` string
  - `columns` ImportedRowsColumn[]
    - `sheet_column_name` string
    - `template_column_name` string
    - `template_column_key` string
  - `count` integer
  - `records` ImportedRowRecord[]
    - `account_name` string
    - `first_name` string
    - `last_name` string
    - `owner` string
    - `lead_source` string
    - `date_added` string
    - `country_code` string
    - `mailing_address` string
    - `timezone` string
    - `market_segment` string
    - `title` string
    - `email_opt_out` string
    - `primary_phone` string
    - `average_spend` string
  - `error_records` EmptyResponse[]

## 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)
