Get all personas for the organization
Get all personas accessible to the caller.
This endpoint:
- Returns **all** personas across the organization (personas are shared org-wide)
- All users in the org can see all org personas
- Includes persona metadata (name, description, creation date)
**Authentication**: Requires valid API key or JWT token
Response
Successful Response
Example response
{
"personas": [
{
"created_at": "2023-01-01T00:00:00Z",
"description": "A persona focused on professional writing",
"name": "Professional Writer",
"persona_id": "123e4567-e89b-12d3-a456-426614174000",
"user_email": "john@example.com",
"user_id": "456e7890-e89b-12d3-a456-426614174001",
"user_name": "John Doe"
}
],
"total_count": 1,
"user_id": "456e7890-e89b-12d3-a456-426614174001"
}Changes
Changed in 3 of the 29 revisions of this API.211
- ▲
the response property
user_idbecame optional for the status200response-property-became-optional
- ▲
response property
user_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the optional property
org_idto the response with the200statusresponse-optional-property-added
- ▲
- ○
added the optional property
detailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the400statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the401statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the500statusresponse-optional-property-added
- ○
added the required property
error_codeto the response with the400statusresponse-required-property-added
- ○
added the required property
error_codeto the response with the401statusresponse-required-property-added
- ○
added the required property
error_codeto the response with the500statusresponse-required-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○