actions
Get GitHub-owned images for GitHub-hosted runners in an organization
Get the list of GitHub-owned images available for GitHub-hosted runners for an organization.
get/orgs/{org}/actions/hosted-runners/images/github-owned
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"images": [
{
"id": "ubuntu-20.04",
"platform": "linux-x64",
"size_gb": 86
}
]
}