Get test metrics for a project's workflows
Get test metrics for a project's workflows. Currently tests metrics are calculated based on 10 most recent workflow runs.
Path parameters
Project slug in the form vcs-slug/org-name/repo-name. The / characters may be URL-escaped. For projects that use GitLab or GitHub App, use circleci as the vcs-slug, replace org-name with the organization ID (found in Organization Settings), and replace repo-name with the project ID (found in Project Settings).
The name of the workflow.
Query parameters
The name of a vcs branch. If not passed we will scope the API call to the default branch.
Whether to retrieve data for all branches combined. Use either this parameter OR the branch name parameter.
Response
A list of test metrics by workflow
Changes
No recorded changes to this endpoint across all 1 revision of this API.