---
title: "Get port information"
method: GET
path: "/v1/ports/{port}"
tags: ["ports"]
---

# Get port information

`GET /v1/ports/{port}`

Returns detailed information about a specific port if it exists

## Path parameters

- `port` integer, required

## Response `200`

Port information

- GithubComVanpeltCatnipInternalServicesServiceInfo
  - `command` string
  - `detection_source` string — "tcp-scan", "terminal-output", etc.
  - `health` string
  - `last_seen` string
  - `pid` integer
  - `port` integer
  - `service_type` string
  - `title` string
  - `working_dir` string

## Other responses

- `404` — Port not found

---

[API](https://skmtc.net/wandb/apis/catnip-container-api.md) · [All operations](https://skmtc.net/wandb/apis/catnip-container-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/catnip-container-api/revisions/a075b0fa501a/schema)
