cURL
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" } ] }
Get all personas for the project
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Default Response
Array of personas
Show child attributes