---
title: "Get the forward socket for a topic"
method: GET
path: "/api/v1/messages/topics/{topic}/forward"
tags: ["Message", "Topic"]
---

# Get the forward socket for a topic

`GET /api/v1/messages/topics/{topic}/forward`

Get the socket path where messages for a specific topic are forwarded to.

## Path parameters

- `topic` string, byte, required

## Response `200`

Success

- string, nullable — The socket path where messages are forwarded to

## Other responses

- `400` — Invalid topic format

---

[API](https://skmtc.net/threefoldtech/apis/mycelium-management.md) · [All operations](https://skmtc.net/threefoldtech/apis/mycelium-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threefoldtech/mycelium-management/versions/65042c1a7b84/schema)
