---
title: "Preview lead import"
method: GET
path: "/api/v1/public/files/uploads/{upload_id}/lead-preview"
tags: ["public"]
---

# Preview lead import

`GET /api/v1/public/files/uploads/{upload_id}/lead-preview`

Normalize a finalized CSV lead upload and return accepted and rejected rows without creating leads.

## Path parameters

- `upload_id` string, required

## Query parameters

- `use_case_id` string, nullable
- `default_country_code` string
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
