Skip to main content
GET
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
versions
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "commit": "<string>",
    "locked": true,
    "routing": {
      "percentage": 123
    }
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
environmentId
string
required

Response

default - application/json
id
string
required

The identifier of Version

commit
string | null
required

The SHA of the commit of this version

locked
boolean
required

Whether this version is locked and cannot be modified

routing
Routing · object
required

Configuration about the traffic routed to this version