Agent Environment
personas
List Personas
List personas with filtering and pagination.
Requires persona:read permission and team_id query parameter. The user's JWT must be scoped to that team.
get/v1/personas/
Query parameters
team_idstring uuid nullable
Team scope (required); must match a team the user has access to
Team scope (required); must match a team the user has access to
intentsstring[] nullable
Filter by intent(s): benign, curious, adversarial, malicious
Filter by intent(s): benign, curious, adversarial, malicious
is_presetboolean nullable
Filter by preset status
Filter by preset status
searchstring nullable
Search in name, description, and role
Search in name, description, and role
limitinteger
Maximum number of results (default 10)
Maximum number of results (default 10)
offsetinteger
Number of results to skip for paging
Number of results to skip for paging
Response
Successful Response