repo
scope. GitHub Apps must have the actions:read
permission to use this endpoint.curl --location --request GET 'https://api.github.com/repos///actions/runs//timing'
{
"billable": {
"MACOS": {
"job_runs": [
{
"duration_ms": 0,
"job_id": 0
}
],
"jobs": 0,
"total_ms": 0
},
"UBUNTU": {
"job_runs": [
{
"duration_ms": 0,
"job_id": 0
}
],
"jobs": 0,
"total_ms": 0
},
"WINDOWS": {
"job_runs": [
{
"duration_ms": 0,
"job_id": 0
}
],
"jobs": 0,
"total_ms": 0
}
},
"run_duration_ms": 0
}