# Seller live list List of live associated with the store Endpoint: GET /seller/live/list Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `seller_id` (string, required) seller id - `seller_live_sort_field` (integer) sort field. 1=total_views_cnt 2=total_sale_cnt 3=total_sale_gmv_amt - `sort_type` (integer) sort order. 0=asc 1=desc - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `seller_id` (string) Example: "7494820742528469726" - `room_id` (string) Example: "7345725432767597318" - `user_id` (string) Example: "7327174239169397765" - `region` (string) Example: "ID" - `nick_name` (string) Example: "AGHNI POPOK MURAH" - `avatar` (string) Example: "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/36/MS4wLjABAAAA8m96K0KzAHSaoX50Z15ugX8C-J3amJcSS8-OzV_0xZpuqAbuPOwbGBv7B82xqVgT.jpeg" - `title` (string) Example: "POPOK MURAH CUMA ADA DISINII!!!!" - `cover_url` (string) Example: "https://echosell-images.tos-ap-southeast-1.volces.com/live-cover/151/7345725432767597318.webp" - `create_time` (string) Example: "1710310031" - `finish_time` (string) Example: "1710318877" - `duration` (string) Example: "8846" - `max_views_cnt` (integer) Example: 1 - `total_views_cnt` (integer) Example: 1 - `total_joins_cnt` (integer) Example: 1 - `total_sale_cnt` (integer) Example: 1 - `total_sale_gmv_amt` (number) 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"