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

# List forwarded services

`GET /v1/services`

Returns all currently forwarded services with their status and metrics

## Query parameters

- `limit` integer
- `offset` integer
- `status` 'active' | 'error' | 'partial' | 'pending'
- `namespace` string
- `context` string
- `search` string

## Response `200`

List of forwarded services

- Response
  - `success` boolean
  - `data` object
  - `error` ErrorInfo
    - `code` string
    - `message` string
  - `meta` MetaInfo
    - `count` integer
    - `timestamp` string, date-time

## Other responses

- `401` — Missing or invalid API key

---

[API](https://skmtc.net/txn2/apis/kubefwd-api.md) · [All operations](https://skmtc.net/txn2/apis/kubefwd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txn2/kubefwd-api/versions/e4f8bfb653cf/schema)
