arm_ci_job_history
Retrieve CI job build history for a specific project and job name, with optional start and end indices to limit the range.
Instructions
GET /api/cijobs/v1/history/{ciJobName}. Retrieves CI job build history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End index for history range. Defaults to -1 (all). | |
| from | No | Start index for history range. Defaults to -1 (all). | |
| title | Yes | CI job build label | |
| headers | No | Optional extra headers | |
| ciJobName | Yes | Case-sensitive CI job name | |
| projectName | Yes | Case-sensitive CI job project name |