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": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "website": "<string>"
    }
  ]
}

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