Get ingestion job
Poll job status, stage, progress_pct, counters, and error_summary.
GET
sdk:historical-ingest
Poll every ~10 s during Phase 1 and every 30–60 s during replay/backfill.
Parameters
Ingestion job id from create_ingestion_job.
Returns
IngestionJob
Job id.
Current terminal or in-progress status.
Pipeline stage label.
Progress percentage.
ETA during Phase 2 when available.
Raises
| Exception | When |
|---|---|
AuthError | HTTP 401 or 403 — invalid API key or insufficient OAuth scope for this endpoint. |
ValidationError | HTTP 400, 404, or 422 — malformed JSON, unknown patient, or validation failure (message includes response excerpt). |
ServerError | HTTP 409 (e.g. conflicting external identifier) or repeated 5xx after retries; includes status_code when applicable. |
RateLimitError | HTTP 429 — rate limited; check retry_after (seconds). |
NetworkError | Connection timeout, DNS failure, or read error after retries. |

