Simulation Persona
List personas
Returns a paginated list of personas for the authenticated project.
get/v1/persona
Query parameters
limitinteger
afterstring
searchTextstring
Response
List of personas
Example response
{
"data": [
{
"backstoryPrompt": "A busy professional calling during lunch break",
"properties": {
"age": 35,
"zipCode": "94105",
"occupation": "Software Engineer"
}
}
]
}