Skip to main content
GET
List Environments

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account ID or slug

projectSlug
string
required

Project ID or slug

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x >= 1
per_page
integer
default:10

Number of environments to return per page

Required range: x >= 1

Response

A successful response.

id
string<uuid>

Unique identifier of the environment

Example:

"d4e5f6a7-b8c9-0123-def1-234567890123"

display_name
string

Display name of the environment

Example:

"My Multi-Chain Environment"

slug
string

URL-safe slug for the environment

Example:

"my-multi-chain-env"

description
string

Description of the environment

Example:

"A multi-chain test environment spanning Mainnet and Optimism"

created_at
string<date-time>

Timestamp when the environment was created

Example:

"2024-01-15T10:30:00Z"

updated_at
string<date-time>

Timestamp when the environment was last updated

Example:

"2024-01-15T12:00:00Z"

networks
envNetworkConfig · object[]

Network configurations in this environment

bridge_config
bridge_config · object

Cross-chain bridge configuration

active_instance
active_instance · object

The currently active instance of this environment