List all video objects

GET {{baseUrl}}/videos?title=<string>&tags[]=<string>&tags[]=<string>&metadata[dolor_6]=<string>&metadata[ea_f]=<string>&description=<string>&liveStreamId=<string>&sortBy=updatedAt&sortOrder=asc&currentPage=1&pageSize=25

List all the video objects that are associated with the current workspace.

Request Params

KeyDatatypeRequiredDescription
titlestringThe title of a specific video you want to find. The search will match exactly to what term you provide and return any videos that contain the same term as part of their titles.
tags[]stringA tag is a category you create and apply to videos. You can search for videos with particular tags by listing one or more here. Only videos that have all the tags you list will be returned.
tags[]stringA tag is a category you create and apply to videos. You can search for videos with particular tags by listing one or more here. Only videos that have all the tags you list will be returned.
metadata[dolor_6]stringVideos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. Dynamic Metadata allows you to define a key that allows any value pair.
metadata[ea_f]stringVideos can be tagged with metadata tags in key:value pairs. You can search for videos with specific key value pairs using this parameter. Dynamic Metadata allows you to define a key that allows any value pair.
descriptionstringRetrieve video objects by description.
liveStreamIdstringRetrieve video objects that were recorded from a live stream by liveStreamId.
sortBystringUse this parameter to sort videos by the their created time, published time, updated time, or by title.
sortOrderstringUse this parameter to sort results. asc is ascending and sorts from A to Z. desc is descending and sorts from Z to A.
currentPagenumberChoose the number of search results to return per page. Minimum value: 1
pageSizenumberResults per page. Allowed values 1-100, default is 25.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;videoId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;publishedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;metadata&quot;:[{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}],&quot;source&quot;:{&quot;uri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;liveStream&quot;:{&quot;liveStreamId&quot;:&quot;\u003cstring\u003e&quot;,&quot;links&quot;:[{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;},{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;}]}},&quot;assets&quot;:{&quot;hls&quot;:&quot;\u003curi\u003e&quot;,&quot;iframe&quot;:&quot;\u003cstring\u003e&quot;,&quot;player&quot;:&quot;\u003curi\u003e&quot;,&quot;thumbnail&quot;:&quot;\u003curi\u003e&quot;,&quot;mp4&quot;:&quot;\u003curi\u003e&quot;},&quot;playerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;public&quot;:&quot;\u003cboolean\u003e&quot;,&quot;panoramic&quot;:&quot;\u003cboolean\u003e&quot;,&quot;mp4Support&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;videoId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;publishedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;metadata&quot;:[{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}],&quot;source&quot;:{&quot;uri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;liveStream&quot;:{&quot;liveStreamId&quot;:&quot;\u003cstring\u003e&quot;,&quot;links&quot;:[{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;},{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;}]}},&quot;assets&quot;:{&quot;hls&quot;:&quot;\u003curi\u003e&quot;,&quot;iframe&quot;:&quot;\u003cstring\u003e&quot;,&quot;player&quot;:&quot;\u003curi\u003e&quot;,&quot;thumbnail&quot;:&quot;\u003curi\u003e&quot;,&quot;mp4&quot;:&quot;\u003curi\u003e&quot;},&quot;playerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;public&quot;:&quot;\u003cboolean\u003e&quot;,&quot;panoramic&quot;:&quot;\u003cboolean\u003e&quot;,&quot;mp4Support&quot;:&quot;\u003cboolean\u003e&quot;}],&quot;pagination&quot;:{&quot;links&quot;:[{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003curi\u003e&quot;},{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003curi\u003e&quot;}],&quot;itemsTotal&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pagesTotal&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pageSize&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currentPage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currentPageItems&quot;:&quot;\u003cinteger\u003e&quot;}}