Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
deployments
/
active
Get active deployment per environment
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/deployments/active \
  --header 'x-api-key: <api-key>'
{
  "activeDeployments": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

agentId
string
required

Response

Successful response

The latest deployment for each environment (sandbox, pre-release, live). Entries are null when no deployment exists for an environment.

activeDeployments
object
required

Latest deployment per environment (sandbox, pre-release, live). Value is null if no deployment exists for that environment.

Last modified on April 22, 2026