Skip to main content
GET
/
api
/
v1
/
agents
/
{id}
Show Agent
curl --request GET \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "version": null,
    "numbers": [],
    "id": "01kqh44ea2emxzs5wad9fd743n",
    "name": "My Agent",
    "status": "draft",
    "tts_config": {
      "voice_id": "echo",
      "streaming_latency": 0,
      "emotion": null,
      "speed_alpha": 0.61,
      "provider": "rime",
      "model": "v1",
      "ambient_sound_volume": 1,
      "responsiveness": 1,
      "interruption_sensitivity": 1,
      "enable_backchannel": true,
      "backchannel_frequency": 0.8,
      "reminder_trigger_ms": 10000
    },
    "workspace_id": "01kqh44e9kb11xqnnnaj4gqr0y",
    "created_at": "2026-05-01T06:38:04+00:00",
    "updated_at": "2026-05-01T06:38:04+00:00",
    "published_at": null
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the agent.

Response

200 - application/json
data
object