pipelines_list_events
Retrieve events for a Databricks pipeline, filtering by type, level, and order. Use pagination to navigate results.
Instructions
List pipeline events
(GET /api/2.0/pipelines/{pipeline_id}/events).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | Pipeline ID | |
| order | No | ASC | DESC — ordering by event time | |
| page_token | No | ||
| max_results | No | ||
| event_type | No | ||
| level | No | INFO | WARN | ERROR |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |