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.

Parameter
Description
Most recent only
Select to return only the most recent pipeline.

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.

Parameter
Description
All Branches
Select to return data from all branches, leave deselected to only return data from the default branch.

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.

Parameter
Description
All Branches
Select to return data from all branches, leave deselected to only return data from the default branch.

Was this article helpful?


Have more questions or facing an issue?