GET
/
v1
/
pipelines
{
  "data": [
    {
      "action": "none",
      "actionInProgress": true,
      "actionText": "<string>",
      "checkpointIntervalMicros": 1,
      "createdAt": 1,
      "graph": {
        "edges": [
          {
            "destId": "<string>",
            "edgeType": "<string>",
            "keyType": "<string>",
            "srcId": "<string>",
            "valueType": "<string>"
          }
        ],
        "nodes": [
          {
            "description": "<string>",
            "nodeId": "<string>",
            "operator": "<string>",
            "parallelism": 1
          }
        ]
      },
      "id": "<string>",
      "name": "<string>",
      "preview": true,
      "query": "<string>",
      "stop": "none",
      "udfs": [
        {
          "definition": "<string>"
        }
      ]
    }
  ],
  "hasMore": true
}

Query Parameters

starting_after
string | null
limit
integer | null

Response

200 - application/json
data
object[]
required
hasMore
boolean
required