Skip to Content

Get Dataflow Graph

GET/v0/pipelines/{pipeline_name}/dataflow_graph
Authentication
Parameters

Retrieve the dataflow graph of a pipeline. The dataflow graph is generated during SQL compilation and shows the structure of the compiled SQL program including the Calcite plan and MIR nodes.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Parameters

Path parameters

NameTypeRequiredDescription
pipeline_namestringYesUnique pipeline name

Response

application/json
Dataflow graph retrieved successfully
  • object
Request
curl -X GET '/v0/pipelines/{pipeline_name}/dataflow_graph' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
Dataflow graph retrieved successfully
{}