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.
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
dataflowId String If the dataflow ID is provided, the response body only contains dataflow jobs tied to this specific dataflow. Optional 42.0
GET Response Body
Property Name Type Description Filter Group and Version Available Version
dataflowJobs 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>.
DataflowJobInputRepresentation

The following JSON shows how to start a dataflowJob.

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