Skip to main content
Version: v3

Get Agent (Deprecated)

GET 

/agent-studio/public-api/agents/:agentId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deprecated endpoint - use GET /agent/:agentId instead.

Gets a specific agent by its ID for the specified location with all its versions. locationId is required parameter. The agent must have active status.

Request

Version stringrequired

API Version

Available optionsv3
agentId stringrequired
locationId stringrequired
source string
application/json

Agent retrieved successfully

Schema
    successbooleanrequired

    Success status

    messagestringrequired

    Response message

    agentobjectrequired

    Agent metadata with all active versions

    traceIdstring

    Request trace ID for debugging