Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Response

Preview environments with their public URLs.

id
string
required
prNumber
integer
required

Pull request number at the connected repository.

slug
string
required

Managed subdomain label — "-pr-".

url
string
required

Public preview URL ("https://.korve.app").

status
enum<string>
required
Available options:
active,
removed
deploymentId
string | null

Latest deployment released to this preview.

createdAt
string<date-time>
updatedAt
string<date-time>