Get recent runs of a workflow job
GET {{baseUrl}}/insights/:project-slug/workflows/:workflow-name/jobs/:job-name?branch=<string>&page-token=<string>&start-date=<string>&end-date=<string>
Get recent runs of a job within 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
Key | Datatype | Required | Description |
---|---|---|---|
branch | string | The name of a vcs branch. If not passed we will scope the API call to the default branch. | |
page-token | string | A token to retrieve the next page of results. | |
start-date | string | Include only executions that started at or after this date. This must be specified if an end-date is provided. | |
end-date | string | Include only executions that started before this date. This date can be at most 90 days after the start-date. |