{
"ok": true,
"data": {
"callId": "uuid",
"status": "created",
"presetId": "string",
"title": "string",
"description": "string",
"metadata": {},
"hostName": "string",
"guestName": "string",
"provider": {
"name": "realtimekit",
"meetingId": "string"
},
"genesys": {
"conversationId": "string",
"gcHostOrigin": "string",
"gcTargetEnv": "string",
"gcLangTag": "string",
"gcUsePopupAuth": true
},
"participants": [
{
"id": "uuid",
"providerParticipantId": "string",
"role": "host",
"name": "Agent",
"joinedAt": "2024-01-01T00:00:00.000Z",
"leftAt": null,
"billedMinutes": 5.2
}
],
"usage": {
"participantMinutes": 10.4
},
"recordings": [
{
"id": "uuid",
"providerArchiveId": "string",
"url": "https://...",
"status": "available",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
}
]
}
}