List personas
Returns a paginated list of system and workspace personas.
GET
https://api.futureagi.com/simulate/api/personas/ Authentication
Query parameters
type
Values: prebuilt, custom.
search
Case-insensitive search across name, description, and keywords.
simulation_type
Values: voice, text.
limit
Results per page. Defaults to 10.
page
Page number, starting from 1. Defaults to 1.
Response
200 OK count
Total matching personas across all pages.
next
URL of the next page, or
null. previous
URL of the previous page, or
null. total_pages
Total number of pages.
current_page
Current page number.
results
Array of persona objects.
id
UUID of the persona.
name
Persona name.
description
Persona description.
persona_type
Origin type:
system or workspace. persona_type_display
Display label, e.g.
Prebuilt or Custom. gender
Gender attributes.
age_group
Age group ranges.
occupation
Occupation descriptors.
location
Location descriptors.
personality
Personality traits.
communication_style
Communication style descriptors.
simulation_type
voice or text. is_default
Whether this is a default persona.
created_at
ISO 8601 creation timestamp.
updated_at
ISO 8601 last-modified timestamp.
Errors
401
Invalid or missing API credentials.
500
Unexpected server error.