← Back to API Reference

GET /topics/{id}

Retrieve Topic

Compatibility endpoint to retrieve topic data.

Request (cURL)

curl -X GET "http://localhost:8080/v1/topics/id_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{
  "id": "id_123",
  "object": "topic"
}