GitHub Actions · Schema
Job
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The id of the job. |
| run_id | integer | The id of the associated workflow run. |
| run_url | string | |
| run_attempt | integer | |
| node_id | string | |
| head_sha | string | |
| url | string | |
| html_url | string | |
| status | string | |
| conclusion | string | |
| created_at | string | |
| started_at | string | |
| completed_at | string | |
| name | string | The name of the job. |
| steps | array | |
| labels | array | |
| runner_id | integer | |
| runner_name | string | |
| runner_group_id | integer | |
| runner_group_name | string | |
| workflow_name | string |