Skip to main content
GET
/
personas
List Personas
curl --request GET \
  --url https://server.promptwatch.com/api/v2/personas \
  --header 'X-API-Key: <api-key>'
{
  "personas": [
    {
      "id": "6ba7b822-9dad-11d1-80b4-00c04fd430c8",
      "name": "Alex — procurement lead",
      "description": "Evaluates vendors for mid-market SaaS.",
      "ageRange": "35-44",
      "educationLevel": "College degree",
      "createdAt": "2026-02-10T12:00:00.000Z",
      "updatedAt": "2026-03-20T08:30:00.000Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Response

Default Response

personas
object[]
required

Array of personas