> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wispera.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List all Personas



## OpenAPI

````yaml get /api/personas
openapi: 3.0.1
info:
  title: API V1
  version: v1
servers:
  - url: https://{defaultHost}
    variables:
      defaultHost:
        default: api.wispera.ai
security: []
paths:
  /api/personas:
    get:
      summary: List all Personas
      responses:
        '200':
          description: successful

````