Skip to main content
GET
Get environment details and metadata

Authorizations

Authorization
string
header
required

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

Path Parameters

environmentName
string
required

Name of the environment Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

reload
boolean

Load / reload the environment before returning result

Response

Environment details and metadata

Represents a Malloy environment containing packages, connections, and other resources

resource
string

Resource path to the environment

name
string

Environment name

readme
string

Environment README content

location
string

Environment location, can be an absolute path or URI (e.g. github, s3, gcs, etc.)

connections
object[]

List of database connections configured for this environment

packages
object[]

List of Malloy packages in this environment