Skip to main content
GET
/
projects
List Projects
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"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Response

Default Response

projects
object[]
required

Array of projects