Skip to main content
GET

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Query Parameters

is_custom
boolean

Filter by custom personas only

category
string

Filter by category

Search by name or description

limit
integer
default:50

Maximum number of results (default 50, max 100)

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination

Response

A list of personas accessible to the authenticated user.

object
enum<string>

The object type, always list.

Available options:
list
Example:

"list"

data
object[]

The list of personas.

has_more
boolean

Whether there are more results available.

next_cursor
string | null

Cursor to use for fetching the next page.