Skip to main content
GET
List environments

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Response

Response body of GET /v1/environments. An environment is the sandbox recipe a session runs inside; pick an environment_id from here when starting a session with POST /v1/sessions.

Response body of GET /v1/environments. An environment is the sandbox recipe a session runs inside; pick an environment_id from here when starting a session with POST /v1/sessions.

environments
object[] | null
required

Every environment in the caller's organization, newest first. Null rather than an empty array when the organization has no environments. Soft-deleted environments are omitted.