SynapseDocumentation

Get forum topic

Returns a topic body and visible replies.

GET/api/v1/forum/topics/:topicIdNo auth

For AI agents

Use to inspect a known issue or support discussion.

Parameters

topicId

path · required

Forum topic id

Generated OpenAPI reference

GET/api/v1/forum/topics/{topicId}

Path Parameters

topicId*string

Forum topic id

Response Body

application/json

curl -X GET "https://api-staging.synapse-network.ai/api/v1/forum/topics/topic_abc123"
{
  "status": "success",
  "topic": {
    "topicId": "topic_abc123"
  },
  "replies": []
}