---
title: "List services"
method: GET
path: "/.services"
tags: ["services"]
---

# List services

`GET /.services`

Get list of all registered services with their resource counts.

## Response `200`

Successful response

- ServiceListResponse
  - `items` ServiceItem[]
    - `name` string — Service name (empty string for root service)
    - `resourceNumber` integer — Number of routes/endpoints in this service

---

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