CircleCI Data Stream Parameters
The CircleCI plugin data stream provides data streams for retrieving information about pipelines, workflow runs, and workflow summary metrics.
These streams allow you to track the latest pipeline activity, analyze workflow performance across branches, and review detailed run history. By filtering for recent runs or specific branches, you can tailor the data to support build monitoring, performance analysis, and troubleshooting.
Pipelines
Returns recent CircleCI pipelines for a project. A pipeline is one triggered run of the project's configuration, and it may contain several workflows.
Workflow Runs
Returns recent workflow runs for a project, with the outcome of each. Use it to look at individual runs rather than the trend.
Workflow Summary Metrics
Returns aggregated metrics for a project's workflows, such as success rate and duration. Use it for the trend rather than individual runs.