---
title: "Search services by different patterns and keywords"
method: GET
path: "/api/{env}/service"
tags: ["Services"]
---

# Search services by different patterns and keywords

`GET /api/{env}/service`

Search services by different patterns and keywords

## Path parameters

- `env` string, required

## Query parameters

- `pattern` string, required
- `filter` string, required
- `page` string
- `size` string

## Response `200`

OK

- ModelListServiceByPage
  - `content` ModelServiceDTO[]
    - `appName` string
    - `group` string
    - `registrySource` 'ALL'
    - `service` string
    - `version` string
  - `first` boolean
  - `last` boolean
  - `offset` integer
  - `pageNumber` string
  - `size` string
  - `totalElements` integer
  - `totalPages` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/apache/apis/dubbo-admin-api.md) · [All operations](https://skmtc.dev/apache/apis/dubbo-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/dubbo-admin-api/revisions/3620d40f4941/schema)
