Skip to main content
GET
List environments

Authorizations

Authorization
string
header
required

Personal or account token.

Response

Successful Response

id
string
required

Use as env_id in all environment-scoped endpoints.

name
string
required

Environment name.

cron
string | null

Sync schedule as a cron expression, if configured.

last_sync_status
string | null

Extensible enum. Status of the environment's most recent sync. New values may be added over time.

Example:

"success"

last_synced_at
string<date-time> | null

When Elementary last synced the environment.

warehouse_type
string | null

Extensible enum. Warehouse the environment reads from. New values may be added over time.

Example:

"snowflake"