---
title: "Show the detail of one specified condition rule"
method: GET
path: "/api/{env}/rules/route/condition/{id}"
tags: ["ConditionRule"]
---

# Show the detail of one specified condition rule

`GET /api/{env}/rules/route/condition/{id}`

Show the detail of one specified condition rule

## Path parameters

- `env` string, required
- `id` string, required

## Response `200`

OK

- ModelConditionRouteDto
  - `application` string
  - `conditions` string[], required
  - `configVersion` string, required
  - `enabled` boolean, required
  - `force` boolean
  - `id` string
  - `priority` integer
  - `runtime` boolean
  - `service` string
  - `serviceGroup` string
  - `serviceVersion` 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)
