getDataflowJobs
Retrieves a collection of CRM Analytics dataflow jobs.
getDataflowJobs
uses this CRM Analytics API resource.
These parameters are optional.
Parameter Name | Type | Description |
---|---|---|
dataflowId | String | Filters the collection to only contain dataflow jobs tied to this specific dataflow. The ID must start with '02K'. |
jobTypes | String[] | Filters the collection to only contain dataflow jobs with a specific job type. Possible values include:
|
licenseType | String | The response includes CRM Analytics assets with this license type. Possible values include:
EinsteinAnalytics . |
page | String | Generated token that indicates the view of dataflow jobs to be returned. |
pageSize | Integer | Number of items to be returned in a single page. Minimum is 1, maximum is 200, and the default is 25. |
q | String | Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. Special characters are automatically removed. |
startedAfter | String | Filters the collection to only contain dataflow jobs started after the specified date and time (in Epoch seconds in UTC). |
startedBefore | String | Filters the collection to only contain dataflow jobs started before the specified date and time (in Epoch seconds in UTC). |
status | String | Filters the collection to only contain dataflow jobs with a specific runtime status. Possible values include:
|
If a page
or pageSize
parameter isn’t provided, the response includes only the dataflow jobs run in the last 7 days. To see jobs older than 7 days, provide a page
or pageSize
parameter.
data
—Dataflow Job Collectionerror
—FetchResponse