For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

Event Stream

get

Server-Sent Events stream for real-time workspace updates.

Authorizations
AuthorizationstringRequired

API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.

Path parameters
workspace_idstring · uuidRequired
Responses
200

SSE stream

or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
get/v1/{workspace_id}/events/stream
GET /v1/{workspace_id}/events/stream HTTP/1.1
Host: api.platform.amigo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "event_type": "call.started",
  "call_sid": "text",
  "direction": "inbound",
  "service_id": "123e4567-e89b-12d3-a456-426614174000",
  "caller_id": "text"
}

Last updated

Was this helpful?