Skip to main content
GET
Get Objectives
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 objectives to return per page. Default is 10.

page
integer

The page number to return. Default is 1.

Response

Successfully retrieved objectives

data
object[]

Objectives for the current page; use total_count for the full count.

total_count
integer

The total number of objectives

Example:

25