v1

latestOpenAPI 3.1.02026-07-2484125489.6 KB
environments

List environments

Retrieve an ordered and paginated list of all environments in an organization. This call should be authenticated with an environment key from the organization and an Organization Access Secret.

get/environments

Query parameters

orderstring

The order of the returned list. Default is asc, which returns the oldest records first. To list newer records first, use desc.

since_tokenstring

Token refers to the key of the environment to start from (e.g., the last environment_key received in the previous list if iterating through records)

countstring

The number of environments to return. By default returns 20, maximum allowed is 100.

Response

Successful