---
title: "Show detail of the specified service"
method: GET
path: "/api/{env}/service/{service}"
tags: ["Services"]
---

# Show detail of the specified service

`GET /api/{env}/service/{service}`

Show detail of the specified service

## Path parameters

- `env` string, required
- `service` string, required

## Response `200`

OK

- ModelServiceDetailDTO
  - `application` string
  - `consumers` ModelConsumer[]
    - `address` string
    - `alived` integer
    - `application` string
    - `collected` 1 | 1000 | 1000000 | 1000000000 | 60000000000 | 3600000000000 | 1 | 1000 | 1000000 | 1000000000 | 60000000000 | 3600000000000
    - `created` string
    - `expired` 1 | 1000 | 1000000 | 1000000000 | 60000000000 | 3600000000000 | 1 | 1000 | 1000000 | 1000000000 | 60000000000 | 3600000000000
    - `hash` string
    - `id` integer
    - `ids` integer[]
    - `miss` boolean
    - `modified` string
    - `now` string
    - `operator` string
    - `operatorAddress` string
    - `parameters` string
    - `registry` string
    - `result` string
    - `service` string
    - `statistics` string
    - `username` string
  - `metadata` unknown
  - `providers` ModelProvider[]
    - `address` string
    - `alived` integer
    - `application` string
    - `created` string
    - `dynamic` boolean
    - `enabled` boolean
    - `expired` 1 | 1000 | 1000000 | 1000000000 | 60000000000 | 3600000000000 | 1 | 1000 | 1000000 | 1000000000 | 60000000000 | 3600000000000
    - `hash` string
    - `id` integer
    - `ids` integer[]
    - `miss` boolean
    - `modified` string
    - `now` string
    - `operator` string
    - `operatorAddress` string
    - `parameters` string
    - `registry` string
    - `registrySource` 'ALL'
    - `serialization` string
    - `service` string
    - `timeout` integer
    - `url` string
    - `username` string
    - `weight` integer
  - `service` string

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