Newer Version Available

This content describes an older version of this product. View Latest

Dataflow Jobs List Resource

Returns a list of dataflow jobs and starts a new dataflow job. Includes standard dataflows and recipes.
Resource URL
1/wave/dataflowjobs
Formats
JSON
Available Version
42.0
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
dataflow​Id ID Filters the collection to only contain dataflow jobs tied to this specific dataflow. ID must start with ‘02K’ Optional 42.0
GET Response Body
Property Name Type Description Filter Group and Version Available Version
dataflow​Jobs Dataflow​Job​Representation A list of dataflow jobs. Small, 42.0 42.0
url String The URL to get the collection. Small, 42.0 42.0
POST Request Body
Use the POST API request to start a Dataflow. To stop a Dataflow, use the PATCH request on /wave/dataflowjobs/<dataflowjobId>.
Dataflow​Job​Input​Representation

The following JSON shows how to start a dataflowJob.

1{
2  "dataflowId": "02KS700000004G3eMAE",
3  "command" : "start"
4}
POST Response Body
Dataflow​Job​Representation
Start or Stop a Dataflow Job
For examples about how to start and stop Dataflow Jobs, see Start and Stop a Dataflow Job or Recipe