Skip to main content
GET
Get Collection List

Authorizations

AccessKey
string
header
required

AccessKey based authentication

Path Parameters

libraryId
integer<int64>
required

Query Parameters

page
integer<int32>
default:1
itemsPerPage
integer<int32>
default:100
search
string | null
default:""
orderBy
string | null
default:date
includeThumbnails
boolean
default:false

Response

The list of videos for the current parameters

totalItems
integer<int64>

The total number of items that can be returned

currentPage
integer<int64>

The current page of the response

itemsPerPage
integer<int32>

The number of items returned per page

items
object[] | null

The result items on the current result

Last modified on June 26, 2026