Retrieve a paginated list of simulated personas with optional filtering and sorting.
API key for authentication
Maximum number of personas to return (1-100)
1 <= x <= 100Token for retrieving the next page of results
Filter expression syntax.
Values may be unquoted or double-quoted. Values containing spaces must be quoted.
Supported fields:
name: Filter by persona name (e.g., name=Customer or name="Customer Support")create_time: Filter by creation time (e.g., create_time>"2025-01-01T00:00:00Z")update_time: Filter by update timeExamples:
name="Customer Support" (quoted - contains space)create_time>"2025-01-01T00:00:00Z"Field to order results by.
Supported fields: create_time, update_time, name
Formats:
-create_time (descending)create_time desc (descending)create_time (ascending)"-create_time"