Sequences REST Endpoints
Catalog/Sequences
A collection of data flows, datasets, and other sequences that are processed in the same transaction.
- Get run history for a sequence
- Method: getPath:
/api/20210901/catalog/sequences/{sequenceId}/history - Get the job run information of a given jobId for a sequence
- Method: getPath:
/api/20210901/catalog/sequences/{sequenceId}/history/{jobId} - Get the latest run history for a sequence
- Method: getPath:
/api/20210901/catalog/sequences/{sequenceId}/history/latest - Run a sequence
- Method: postPath:
/api/20210901/catalog/sequences/{sequenceId}/actions/run