# Get a Live **GET /v1/lives/{liveId}** Get a Live ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **liveId** (string) The id of the Live ## Responses ### 200 Live found and returned successfully #### Body: application/json (object) - **id** (string) The id of the Live. - **title** (string) The title of the Live. - **startDate** (string(date-time)) The startDate of the Live. - **endDate** (string(date-time)) The endDate of the Live. - **metrics** (object) The metrics of the Live. - **description** (array[object]) The description of the Live. - **status** (string) The status of the Live. - **computedStatus** (string) The computed status of the Live. - **solution** (string) The solution of the Live. - **privacy** (object) The privacy of the Live. - **config** (object) The configuration of the Live. - **builtInType** (string | null) The builtIn type of the Live. - **videoUrl** (object | null) The video URL of the Live. - **createdAt** (string(date-time)) The creation date of the Live. - **spotId** (string) The spot ID of the Live. - **builtInConfig** (object) The builtIn configuration of the Live. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Live not found [Powered by Bump.sh](https://bump.sh)