get https://api.sandbox-65ebc.chico.ai/v1/persona
Lists all existing personas.
Personas are sorted by creation date, with the most recently created personas appearing first.
By default, all personas are returned. However, you can specify the type of personas you want
by passing specific facet types as a query parameter. (e.g. GET /persona?facet_types=interest,demographic
)
Optionally, you can paginate the results by specifying the page_number
and page_size
query parameters.
If either page_number
and page_size
are not specified, all personas will be returned.