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: get
Path: /api/20210901/catalog/sequences/{sequenceId}/history/latest
Get run history for a sequence
Method: get
Path: /api/20210901/catalog/sequences/{sequenceId}/history
Get run history for a sequence job
Method: get
Path: /api/20210901/catalog/sequences/{sequenceId}/history/{jobId}
Run a sequence
Method: post
Path: /api/20210901/catalog/sequences/{sequenceId}/actions/run