---
title: "Compute Services"
method: GET
path: "/api/v1/extension/compute-services"
tags: ["Extension"]
---

# Compute Services

`GET /api/v1/extension/compute-services`

List compute services

## Query parameters

- `binary` string — Filter the list of compute services by the given binary.
- `host` string — Filter the list of compute services by the given host.

## Headers

- `X-Openstack-Request-Id` string

## Response `200`

OK

- ComputeServicesResponse
  - `services` ComputeServicesResponseBase[], required — Services list
    - `id` string, nullable — Service id
    - `binary` string, required — Service binary
    - `disabled_reason` string, nullable — Disabled reason
    - `host` string, required — Host name
    - `state` string, nullable — Service state
    - `status` string, required — Service status
    - `updated_at` string, nullable — Updated at
    - `forced_down` boolean, nullable — Forced down
    - `zone` string, nullable — Zone

## Other responses

- `401` — Unauthorized
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-07-17** `4b7c0ce8c025` — 1 warning, 2 info
  - changed the pattern of the `header` request parameter `X-Openstack-Request-Id` from `^req-\w{8}(-\w{4}){3}-\w{12}` to `^$|^req-\w{8}(-\w{4}){3}-\w{12}`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-07-21** `69284996eaa6` — 6 breaking
  - response property `services/items/disabled_reason` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `services/items/forced_down` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `services/items/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `services/items/state` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …2 more
- **2025-06-24** `0c09cad5e8d9` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- …earlier changes not shown

[Full history](https://skmtc.dev/openstack/apis/skyline-api/changes/api/v1/extension/compute-services/get.md)

---

[API](https://skmtc.dev/openstack/apis/skyline-api.md) · [All operations](https://skmtc.dev/openstack/apis/skyline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openstack/skyline-api/revisions/4b7c0ce8c025/schema)
