Replica Personas
List Personas
This endpoint returns a list of all personas that have been created by the API Key in use.
GET
/
v2
/
personas
Authorizations
x-api-key
string
headerrequiredQuery Parameters
limit
integer
The number of personas to return per page. Default is 10.
page
integer
The page number to return. Default is 1.
persona_type
enum<string>
Filter the personas by type. Possible values: user, system. System personas are personas that have been created by Tavus.
Available options:
user
, system
Response
200 - application/json
data
object[]
total_count
integer
The total number of personas given the filters provided.