Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Query Parameters

starting_after
string | null

Cursor for pagination

ending_before
string | null

Cursor for pagination

limit
integer | null
default:100

Maximum number of environments to return

Response

Successful Response

列出环境响应

environments
EnvInfo · object[]
required