Append log entries to an ingestion run
Appends one or more structured log entries to an existing ingestion run. Used by the Databricks notebook to stream observability data during and after execution. Unlike PATCH, appending logs is allowed on terminal runs (SUCCESS/FAILED) — the notebook may flush a final batch after marking a run terminal. Entries are appended in the order sent; the server does not re-sort by timestamp. The total log count is capped at 5000 per run — oldest entries are silently dropped when exceeded. Requires Bearer token authentication and organizationId for tenant isolation.
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Path Parameters
Ingestion run UUID
1
