APIs to get the details regarding Data set and wf schedules
- How do I get Information about all the datasets refresh which have been scheduled and timing of those (whole system including all the environments and spaces)?
I was trying the below API
What is execution ID?
- Also Daily Information about scheduled runs of the datasets refreshes including the information about how long the execution has taken? Which API to use
Information about workflow inputs (datasets, views) and outputs -- Which API to use
Comments
-
Hi Mahulima
The API key is tied to a specific environment and some APIs are space specific, so you may need to request the information for each.
Execution ID - "Executing a Schedule through our API will return executionId which you can use to check the execution status of the Schedule." https://docs.experianaperture.io/data-quality/aperture-data-studio-v2/extend-data-studio-functionality/use-the-rest-api/#trigger-and-manage-schedule
Daily Information about scheduled runs of the datasets refreshes including the information about how long the execution has taken?
The Workflow Execution Operations API lists recent, current, and pending jobs. It returns the startTime/endTime/duration of the entire workflow and for each step.
0