Pipelines

Tetra Data Pipeline REST API endpoints provide the ability to programmatically create multiple pipelines with different parameters from a single protocol. They can also help you programmatically process a list of files by using a specific pipeline, search for pipelines by specific parameters, and more.

Endpoints

📘

NOTE

Before using any of the following endpoints, it's recommended that you familiarize yourself with pipeline concepts and terminology.

Common Request Parameters

The following are common request parameters for Tetra Data Pipeline API endpoints:

  • triggerCondition matches pipeline files to a pipeline trigger.
  • groupLevel indicates which hierarchical level the operator and group belong to (1 or 2).
  • groupOperator are comparators between groups at the same level (ANDorOR).
  • groups are a list of trigger conditions that the groupOperator is applied to.
  • status indicates if a pipeline is active (null) or not (disabled).