Skip to main content
GET
List Documents
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

Number of documents to return per page (default: 10)

page
integer

Page number for pagination (0-based, default: 0)

sort
enum<string>

Sort direction for the results (default: ascending)

Available options:
ascending,
descending
status
string

Filter documents by status

name_or_uuid
string

Search for documents by name or UUID

tags
string

Comma-separated list of tags to filter by

Response

List of documents

data
object[]

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

total_count
integer

Total number of documents matching the filter criteria

Example:

42

page
integer

Current page number

Example:

0

limit
integer

Number of documents per page

Example:

10