HTTP API
LiveVoiceSessionStatusResponse
The status of a provider-hosted live voice session.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
voiceSessionId |
yes | string (uuid) |
Gets Tracon’s identifier for the session. | — |
state |
yes | string |
Gets the lifecycle state: pending, active or ended. |
— |
model |
no | string |
Gets the model the session is bound to. | — |
startedAt |
yes | string (date-time) |
Gets when the session was created. | — |
liveSeconds |
no | number (double) |
Gets the billable duration the provider has reported so far. | pattern `^-?(?:0\ |
turns |
yes | integer (int32) |
Gets how many delegations have become runs. | pattern `^-?(?:0\ |