Skip to main content
GET
List Videos
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer

The number of videos to return per page. Default is 10.

page
integer

The page number to return (0-indexed). Default is 0 (first page).

Response

data
object[]

Videos for the current page; use total_count for the full count under the applied filters.

total_count
integer

The total number of videos given the filters provided.