---
title: "Get service routes"
method: GET
path: "/.services/{serviceName}"
tags: ["services"]
---

# Get service routes

`GET /.services/{serviceName}`

Get all routes/endpoints for a specific service.

## Path parameters

- `serviceName` string, required

## Response `200`

Successful response

- ServiceResourcesResponse
  - `endpoints` RouteDescription[]
    - `id` string — Operation ID
    - `method` string — HTTP method
    - `path` string — URL path pattern
    - `contentType` string — Response content type

## Other responses

- `404` — Service not found

---

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