szymon_dybczak
Esteemed Contributor III

Hi @pdiamond,

You can use REST API or databricks cli (which under the hood make REST API calls for you anyway).

Here's an endpoint you're looking for:

Get a pipeline | Pipelines API | REST API reference | Databricks on AWS

Then in payload look for spec object:

szymon_dybczak_0-1771260734067.png

Inside that object you should find another called ingestion_definiton which contains attribute ingestion_gateway_id:

szymon_dybczak_1-1771260834747.png

 

View solution in original post