Get recent runs of a workflow

GET {{baseUrl}}/insights/:project-slug/workflows/:workflow-name?branch=<string>&page-token=<string>&start-date=<string>&end-date=<string>

Get recent runs of a workflow. Runs going back at most 90 days are returned. Please note that Insights is not a real time financial reporting tool and should not be used for credit reporting. The most up to date credit information can be found in Plan Overview in the CircleCI UI.

Request Params

KeyDatatypeRequiredDescription
branchstringThe name of a vcs branch. If not passed we will scope the API call to the default branch.
page-tokenstringA token to retrieve the next page of results.
start-datestringInclude only executions that started at or after this date. This must be specified if an end-date is provided.
end-datestringInclude only executions that started before this date. This date can be at most 90 days after the start-date.