actions
List custom images for an organization
List custom images for an organization.
OAuth tokens and personal access tokens (classic) need the manage_runners:org scope to use this endpoint.
get/orgs/{org}/actions/hosted-runners/images/custom
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"images": [
{
"id": 1,
"platform": "linux-x64",
"total_versions_size": 200,
"name": "CustomImage",
"source": "custom",
"versions_count": 4,
"latest_version": "1.3.0",
"state": "Ready"
}
]
}