Get Persona
Get a single persona by ID.
Requires persona:read permission and team_id query parameter. The user’s JWT must be scoped to that team.
GET
Get Persona
Path Parameters
Query Parameters
Team scope (required); must match a team the user has access to
Response
Successful Response
Domain model for Persona archetype.
Knowledge level of the persona.
Available options:
beginner, intermediate, advanced, expert Skill level of the persona.
Available options:
novice, competent, proficient, expert Intent type of the persona.
Available options:
benign, curious, adversarial, malicious Access permissions for persona - used for test scenario definition.
NOTE: This is NOT for actual RBAC enforcement - it defines expected access for generating test cases to verify agent access control.
- PersonaAccessPermissions
- Access Permissions
Last modified on April 21, 2026
Previous
Update PersonaUpdate an existing persona.
Supports partial updates - only provided fields will be updated.
Requires persona:write permission.
Next
Get Persona