Skip to main content

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_id str: The ingestion run ID returned by land_traces().
  • client APIClient | None: Optional API client.

Returns

  • TraceIngestRun: The ingestion run, including its latest run_status and 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.