aip_sdk.get_ingest_run
aip_sdk.get_ingest_run(run_id: str, *, client: APIClient | None = None) -> TraceIngestRun
Fetch the current status of a trace-ingestion run.
Parameters
run_idstr: The ingestion run ID returned byland_traces().clientAPIClient | None: Optional API client.
Returns
TraceIngestRun: The ingestion run, including its latestrun_statusand landed dataset version.
Raises
AuthError: If credentials are missing or invalid.NotFoundError: If the run does not exist, or belongs to a workspace the caller is not a member of.ResponseParseError: If the platform's response does not match this SDK version.