Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
GetLatestExecutionsRequest requests the latest execution for each entity.
Entity identifiers to get latest executions for.
1- airflow_dag
- airflow_task
- bigquery_table
- clickhouse_table
- custom
- databricks_table
- dataproduct
- dbt_cloud_node
- dbt_core_node
- monitor
- mysql_table
- postgres_table
- redshift_table
- snowflake_table
- sql_mesh_audit
- sql_mesh_model
- synq_path
- trino_table
Filter by execution status. If provided, returns the latest execution with one of these statuses. If empty, returns the latest execution regardless of status.
Filter by execution types. If provided, returns the latest execution of one of these types. If empty, returns the latest execution regardless of type.
Response
Success
GetLatestExecutionsResponse contains the latest execution for each requested entity.
Map of entity identifier (as string) to latest execution. Entities with no matching executions are omitted.