Get a persona
GET/api/v1/interview/personas/:personaId
Returns a single persona, including its generated system_prompt.
A client_member can only access personas owned by its own client
(cross-tenant access returns 403).
Request
Responses
- 200
- 401
- 403
- 404
- 500
Persona detail.
Authentication required.
The persona belongs to another client.
The requested resource was not found.
Internal error.