actions
Get an enterprise custom image definition for GitHub Actions Hosted Runners
Get an enterprise custom image definition 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}
Path parameters
enterprisestring required
The slug version of the enterprise name.
image_definition_idinteger required
Image definition ID of custom image
Response
Response
Example response
{
"id": 1,
"platform": "linux-x64",
"total_versions_size": 200,
"name": "CustomImage",
"source": "custom",
"versions_count": 4,
"latest_version": "1.3.0",
"state": "Ready"
}