Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Dataflow Job Resources

Dataflow jobs are used to sync data for data prep recipes and standard dataflows.
Available resources:
Resource Description Supported HTTP Method Resource URL
Dataflow Jobs List Resource Returns a list of dataflow jobs and starts a new dataflow job. Includes standard dataflows and recipes. GET POST /wave/dataflowjobs
Dataflow Job Resource Returns a dataflow job and stops a current dataflow job. Includes standard dataflows and recipes. GET PATCH /wave/dataflowjobs/<dataflowJobId>
Dataflow Job Nodes List Resource Returns a collection of dataflow job nodes for a standard dataflow or a recipe. GET /wave/dataflowjobs/<dataflowJobId>​/nodes
Dataflow Job Nodes Resource Returns a dataflow job node for a standard dataflow or a recipe. GET /wave/dataflowjobs/<dataflowJobId>​/nodes</nodeId>
Dataflow Job Node Stages List Resource Returns a collection of dataflow job node stages for a standard dataflow or a recipe. GET /wave/dataflowjobs/<dataflowJobId>​/nodes/<nodeId>/stages
Dataflow Job Node Stages Resource Returns a stage for a dataflow job node. GET /wave/dataflowjobs/<dataflowJobId>​/nodes/<nodeId>/stages/<stageId>
Dataflow Job Node Stage Parents Resource Returns a collection of parents for a dataflow job node stage. GET /wave/dataflowjobs/<dataflowJobId>​/nodes/<nodeId>/stages/<stageId>/parents

For /wave/dataflowjobs/<dataflowJobId>​/nodes/ endpoints, the requests only work for dataflow jobs with ids starting with 030, 03C, or 0eP. The node id must start with 03L.

Note