Skip to main content
GET
/
api
/
agents
/
{agentId}
Get Agent
curl --request GET \
  --url https://api.example.com/api/agents/{agentId}
{
  "agent": {}
}

Description

Get a specific agent by ID.

Authentication

Required (API key or JWT token)

Path Parameters

agentId
string
required
The ID of the agent

Response

agent
object
Agent object with all details

Example Request

curl -H "Authorization: Bearer conv_YOUR_API_KEY" \
  https://api.convosphere.site/api/agents/agent_123