Pipelines
List all pipelines
API Documentation
- API Overview
- Connectors
- Connection Profiles
- Connection Tables
- Jobs
- Pipelines
- UDFs
Pipelines
List all pipelines
GET
/
v1
/
pipelines
{
"data": [
{
"action": "none",
"actionInProgress": true,
"actionText": "<string>",
"checkpointIntervalMicros": 1,
"createdAt": 1,
"graph": {
"edges": [
{
"destId": 1,
"edgeType": "<string>",
"keyType": "<string>",
"srcId": 1,
"valueType": "<string>"
}
],
"nodes": [
{
"description": "<string>",
"nodeId": 1,
"operator": "<string>",
"parallelism": 1
}
]
},
"id": "<string>",
"name": "<string>",
"preview": true,
"query": "<string>",
"stop": "none",
"udfs": [
{
"definition": "<string>",
"language": "python"
}
]
}
],
"hasMore": true
}
Response
200 - application/json
Got pipelines collection
Required range:
x > 0
Required range:
x > 0
Available options:
none
, checkpoint
, graceful
, immediate
, force
Available options:
none
, checkpoint
, graceful
, immediate
, force
{
"data": [
{
"action": "none",
"actionInProgress": true,
"actionText": "<string>",
"checkpointIntervalMicros": 1,
"createdAt": 1,
"graph": {
"edges": [
{
"destId": 1,
"edgeType": "<string>",
"keyType": "<string>",
"srcId": 1,
"valueType": "<string>"
}
],
"nodes": [
{
"description": "<string>",
"nodeId": 1,
"operator": "<string>",
"parallelism": 1
}
]
},
"id": "<string>",
"name": "<string>",
"preview": true,
"query": "<string>",
"stop": "none",
"udfs": [
{
"definition": "<string>",
"language": "python"
}
]
}
],
"hasMore": true
}