---
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

---

[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)
