Get all personas
GET/api/v1/personas
Get persona templates for the current workspace, optionally filtered by category.
Supports pagination via limit (default 200, max 500) and offset (default 0).
Response includes total count before pagination so callers can detect truncation.
Use ?summary=1 for the lightweight listing (no pagination cap applies there since
summary objects are ~200B each).
Responses
- 422
Unprocessable Entity