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