v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-285553225.5 KB
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"
      }
    }
  ]
}