Returns Github Runner Usage for a team
GET
/
github
/runners
/teams
/{team_id}
/usage
Path Parameters
team_id
Requiredstring
team id
Header Parameters
Authorization
Requiredstring
sub claim pulled from the JWT that derives the user ID
Query Parameters
start_at
string
start_at (inclusive) date in RFC3339 format
Format:
"date"
end_at
string
end_at (inclusive) date in RFC3339 format
Format:
"date"
OK