v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB

List videos

Lists the videos in your account, paginated. Optional filters: status, title, folder_id (or root_folder=1 to only return videos in the account root).

get/videos

Query parameters

root_folderinteger

Set the value to 1 to return only videos from the root folder.

pageinteger

Page number of the results (optional).

limitinteger

Maximum number of videos to be returned per page (optional).

titlestring

Filter videos by title (optional).

statusstring

Filter videos by status (optional).

folder_idstring

Filter videos by folder ID (optional).

Response

200

Example response

{
  "videos": [
    {
      "id": "string",
      "title": "string",
      "description": "string",
      "status": "string",
      "user_id": "string",
      "folder_id": "string",
      "library_id": "string",
      "video_external_id": "string",
      "created_at": "2021-07-05T14:36:39.000Z",
      "updated_at": "2021-07-09T20:15:41.000Z",
      "video_player": "string",
      "video_hls": "string",
      "thumbnail": "string"
    }
  ]
}
All 166 operations