cURL
curl --request GET \ --url https://server.promptwatch.com/api/v2/projects \ --header 'X-API-Key: <api-key>'
{ "projects": [ { "id": "6ba7b81a-9dad-11d1-80b4-00c04fd430c8", "name": "Example Project", "slug": "example-project", "website": "https://www.example.com", "createdAt": "2026-01-10T09:00:00.000Z" }, { "id": "6ba7b81b-9dad-11d1-80b4-00c04fd430c8", "name": "Sandbox", "slug": "sandbox", "website": null, "createdAt": "2026-03-01T14:20:00.000Z" } ] }
Get all projects for the organization (requires org-level API key, X-Project-Id header NOT required)
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Default Response
Array of projects
Show child attributes