# Gets list of archived livestreams **GET /history** Gets list of archived livestreams ## Servers ## Parameters ### Query parameters - **page** (integer(int32)) Page to display - **limit** (integer(int32)) Amount of livestreams to display per page - **sort** (string) Sort direction of results - **unfinished** (boolean) Whenever unfinished livestreams (live or upcoming) should be displayed ## Responses ### 200 OK #### Headers - **X-Pomu-Pagination-Total** (integer) Total amounts of rows that match the filter - **X-Pomu-Pagination-Has-More** (boolean) Whenever there are more pages available #### 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)