v56

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

List custom images for an enterprise

List custom images for an enterprise.

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

Path parameters

enterprisestring required

The slug version of the enterprise name.

Response

Response

total_countinteger required

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"
    }
  ]
}