# Gets list of currently queued livestreams **GET /queue** Gets list of currently queued livestreams (live or upcoming) ## Servers ## Parameters ## Responses ### 200 OK #### Body: (array[object]) - **id** (string) Video ID - **submitters** (array[string]) List of user IDs which have submitted this video to the queue (Format: Provider/UserID) - **scheduledStart** (string(date-time)) Scheduled start of livestream - **finished** (boolean) Whenever the livestream has finished already - **title** (string) Livestream title - **channelName** (string) Name of channel which is streaming this livestream - **channelId** (string) Channel ID of channel which is streaming this livestream - **thumbnail** (string) URL to maximum quality thumbnail available for livestream - **downloadUrl** (string) URL where archive is available for download - **fileSizeBytes** (integer(int64)) Archive file size in bytes - **length** (integer(int32)) Length of livestream in seconds [Powered by Bump.sh](https://bump.sh)