actions
Get an image version of an enterprise custom image for GitHub Actions Hosted Runners
Get an image version of an enterprise custom image for GitHub Actions Hosted Runners.
OAuth tokens and personal access tokens (classic) need the manage_runners:enterprise scope to use this endpoint.
get/enterprises/{enterprise}/actions/hosted-runners/images/custom/{image_definition_id}/versions/{version}
Path parameters
enterprisestring required
The slug version of the enterprise name.
image_definition_idinteger required
Image definition ID of custom image
versionstring required
Version of a custom image
Response
Response
Example response
{
"version": "1.0.0",
"state": "Ready",
"size_gb": 30,
"created_on": "2024-11-09T23:39:01Z",
"state_details": "None"
}