cURL
curl --request GET \ --url https://server.promptwatch.com/api/v2/personas \ --header 'X-API-Key: <api-key>'
{ "personas": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "ageRange": "<string>", "educationLevel": "<string>" } ] }
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