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

# Services

`GET /services`

List of registered services

## Response `200`

Successful operation

- Service[]
  - `id` string, required
  - `package` string, required
  - `name` string, required
  - `methods` Method[], required
    - `id` string, required
    - `name` string, required

## Other responses

- `404` — No services found
- `500` — Internal Server Error

## Changes

- **2025-12-06** `8784e347c130` — 1 breaking, 6 warning
  - removed the required property `items/methods/items/methodType` from the response with the `200` status
  - removed the optional property `items/methods/items/clientStreaming` from the response with the `200` status
  - removed the optional property `items/methods/items/requestSchema` from the response with the `200` status
  - removed the optional property `items/methods/items/requestType` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/bavix/apis/gripmock-api-schema/changes/services/get.md)

---

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