# Get a tag **GET /v1/tags/{tagId}** Get a tag ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **tagId** (string) The id of the tag ## Responses ### 200 Tag found and returned successfully #### Body: application/json (object) - **id** (string) The id of the tag. - **name** (string) The name of the tag. - **emoji** (string) The emoji of the tag - **order** (integer) The order of the tag. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Tag not found [Powered by Bump.sh](https://bump.sh)