cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-topic-with-replies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "topic_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "limit": 20, "offset": 0 }'
{ "success": true, "topic": "<any>", "replies": [ "<any>" ] }
Get a specific topic with all replies in a threaded structure. Includes vote aggregates and user vote status if authenticated.
JWT token or API key
1 <= x <= 100
x >= 0
Successful response
Show child attributes