---
title: "Import Stream"
method: GET
path: "/saved/import/{list_id}/stream"
tags: ["saved"]
---

# Import Stream

`GET /saved/import/{list_id}/stream`

SSE stream of an import's progress: an `extracted` event, one `place`
event per resolved place, then a `done` event. Same Redis-Streams → SSE
plumbing as the chat stream.

Accepts the scoped `saved:import` token (as well as a full session) so the
iOS share extension can show the import filling in live.

## Path parameters

- `list_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
