Pipeline
Create a pipeline
Request Body
Name
Type
Description
{
"id": "pipe_XXXX",
"teamId": "your_team_id",
"name": "test-pipeline",
"createdAt": "2024-02-01T00:41:28.063Z",
"updatedAt": "2024-02-01T00:41:28.063Z"
}List pipelines
[
{
"id": "pipe_XXXX",
"teamId": "your_team_id",
"name": "test-pipeline",
"createdAt": "2024-02-01T00:41:28.063Z",
"updatedAt": "2024-02-01T00:41:28.063Z"
},
...
]Get a pipeline by id
Path Parameters
Name
Type
Description
Add to a pipeline
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Pipeline selections
Get data sample for a pipeline selection
Request Body
Name
Type
Description
Get count of pipeline selection
Request Body
Name
Type
Description
Create a dataset from a pipeline selection
Request Body
Name
Type
Description
Last updated