getDataflowJobCollection
GET {{baseUrl}}/wave/dataflowjobs
Retrieve a collection of all dataflow jobs representation
For additional information, see the Dataflow Jobs List Resource.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
dataflowId | string | (Optional) Filters the collection to only contain dataflow jobs tied to this specific dataflow. The ID must start with '02K'. | |
jobTypes | string | (Optional) Filters the collection to only contain dataflow jobs with a specific job type. | |
licenseType | string | (Optional) The response includes CRM Analytics assets with this license type. The default is EinsteinAnalytics. | |
page | string | (Optional) Generated token that indicates the view of dataflow jobs to be returned. | |
pageSize | string | (Optional) Number of items to be returned in a single page. Minimum is 1, maximum is 200, and the default is 25. | |
q | string | (Optional) Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. If the user’s search query contains quotation marks or wildcards, those symbols are automatically removed from the query string in the URL along with any other special characters. | |
startedAfter | string | (Optional) Filters the collection to only contain dataflow jobs started after the specified date and time. | |
startedBefore | string | (Optional) Filters the collection to only contain dataflow jobs started before the specified date and time. | |
status | string | (Optional) Filters the collection to only contain dataflow jobs with a specific runtime status. |
RESPONSES
status: OK
{"dataflowJobs":[{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"},{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"}],"nextPageUrl":"\u003cstring\u003e","url":"\u003cstring\u003e"}