# Influencer live list influencer live list data Endpoint: GET /influencer/live/list Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `user_id` (string, required) user id - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `user_id` (string) Example: "6823690356241089537" - `nick_name` (string) Example: "RENNY.ANTONIOUS" - `region` (string) Example: "ID" - `room_id` (string) Example: "7225966483375934235" - `title` (string) Example: "MINUMAN COLLAGEN 85k DAPAT 6" - `cover_url` (string) Example: "https://echosell-images.tos-ap-southeast-1.volces.com/live-cover/42/7226928403096554246.webp" - `create_time` (string) Example: "1682426473" - `finish_time` (string) Example: "1682433961" - `duration` (string) Example: "7488" - `total_joins_cnt` (integer) Example: 1 - `total_comments_cnt` (integer) Example: 1 - `total_digg_cnt` (integer) Example: 1 - `total_followers_cnt` (integer) Example: 1 - `total_sale_cnt` (integer) Example: 1 - `total_sale_gmv_amt` (number) Example: 12.34 - `total_product_cnt` (integer) Example: 1 - `total_views_cnt` (integer) Example: 1 ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"