GET
github_actions_get_run_usage.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a run’s total run time and its billable milliseconds per runner operating system. Billable minutes apply only to private repositories on GitHub-hosted runners. GitHub has this endpoint closing down.
from charter.packs import github
result = await github.actions_get_run_usage.ainvoke({"owner": ..., "repo": ..., "runId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
runId * | integer | The ID of the workflow run. |
Was this page helpful?