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