v68

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,21696712.3 MB
actions

List image versions of a custom image for an organization

List image versions of a custom image 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/{image_definition_id}/versions

Path parameters

image_definition_idinteger required

Image definition ID of custom image

orgstring required

The organization name. The name is not case sensitive.

Response

Response

total_countinteger required

Example response

{
  "image_versions": [
    {
      "version": "1.0.0",
      "state": "Ready",
      "size_gb": 30,
      "created_on": "2024-11-09T23:39:01Z",
      "state_details": "None"
    }
  ]
}