Patch ingestion job
Updates mutable fields while the job is awaiting_confirmation.
PATCH
sdk:historical-ingest
Use summary_types to choose which views are backfilled before confirming.
Parameters
Job id in awaiting_confirmation.
summary_type identifiers from your org’s active view templates.
Returns
IngestionJob
Job id.
Updated backfill selection.
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
delete_ingestion_job_patientRemoves a patient and their STALE logs from a job while it is awaiting_confirmation.
Next

