Stream import job progress
Subscribe to a Server-Sent Events stream of an import job’s progress: per-entity counts, status transitions, and a terminal end event. The first frame is a snapshot of the current job state so a late subscriber renders immediately, and keepalive comments are sent every 15 seconds. Open this from the wizard after starting a run; a job that has already terminated replays its final frame and closes.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Response
A text/event-stream of snapshot, progress, status, and end events, each carrying a JSON data payload.
SSE frames — each an event: line plus a data: line carrying a JSON payload, separated by a blank line.