Skip to main content
Get A Specific Environment For An Agent

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required
environment_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

Environment id From The environment table

agent_id
string<uuid>
required

Agent id From The environment table

name
string
required

Name of the environment

description
string
required

Description of what the environment does

created_by
string
required

ID of the user who created the environment

created_on
string<date-time>
required

Creation timestamp

updated_by
string
required

ID of the user who updated the environment

updated_at
string<date-time>
required

Last update timestamp

tenant_id
string
required

ID of the tenant that owns this environment

voice
Voice · object | null

Voice configuration for the environment

deleted_by
string | null
deleted_at
string<date-time> | null
current_version
integer | null

Current agent version pointed to this environment

enable_wxg_integration
boolean | null
default:false

Enable/disable WXG integration for this agent