Skip to main content
GET
Get Environment

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

environmentId
string<uuid>
required

Environment ID

Response

A successful response.

Multi-chain environment grouping multiple Virtual Environments across chains

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