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

# List Services

`GET /v1/services/list`

## Query parameters

- `brandId` string
- `providerId` string
- `family` string
- `subFamily` string
- `groupName` string
- `limit` string
- `offset` string

## Response `200`

Default Response

- object
  - `services` object[]
    - `_id` string, required
    - `name` string, required
    - `brandId` string
    - `providerId` string
    - `description` string
    - `slug` string
    - `family` string
    - `subFamily` string
    - `groupName` string
    - `aliases` object[]
      - `name` string, required
    - `codes` object[]
      - `type` string, required
      - `code` string, required
    - `visibility` string
    - `createdAt` string, date-time, required
    - `createdBy` unknown
    - `updatedAt` string, date-time
    - `updatedBy` unknown
  - `total` number

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/e6e553c2594a/schema)
