ClawOps Docs
API Reference

통화 이벤트 조회

GET
/v1/accounts/{accountId}/calls/{callId}/events

특정 통화의 lifecycle 이벤트 리스트를 반환합니다 (고객에게 노출 가능한 필드만 sanitize 됨).

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string
callId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/calls/CA1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6/events"
{
  "data": [
    {
      "id": "string",
      "event": "answered",
      "detail": {},
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}