# Get a forum **GET /v1/forums/{forumId}** Get a forum ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **forumId** (string) The id of the forum ## Responses ### 200 Forum found and returned successfully #### Body: application/json (object) - **id** (string) The id of the forum. - **name** (string) The name of the forum. - **emoji** (string) The emoji of the forum - **description** (string) The description of the forum - **createdAt** (integer) Timestamp in ms of creation date - **privacy** (string) Privacy of the forum ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Forum not found [Powered by Bump.sh](https://bump.sh)