# Get a topic **GET /v1/forums/{forumId}/topics/{topicId}** Get a topic ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **forumId** (string) The id of the forum - **topicId** (string) The id of the topic ## Responses ### 200 Topic found and returned successfully #### Body: application/json (object) - **id** (string) The id of the topic. - **name** (string) The name of the topic. - **closedAt** (integer | null) Date at which the topic has been closed (Unix timestamp format), or null if the topic is active ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Topic not found [Powered by Bump.sh](https://bump.sh)