List ingestion jobs
Lists ingestion jobs for your organization, newest first.
GET
sdk:historical-ingest
Filter by idempotency_key to find a specific job.
Parameters
Filter to the job created with this key.
Page number (1-based).
Results per page.
Returns
IngestionJobListResult
Job summaries.
Total matching jobs.
Current page.
Page size.
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. |
Previous
confirm_ingestion_jobConfirms a job in awaiting_confirmation and starts Phase 2 (chronological graph replay + view backfill).
Next

