STT recognition session metrics

Returns data from the FILE service about speech-to-text recognition session lifecycle events. One wide stream holds all event types for the three hierarchically related session kinds (linked by id: providerSessionId -> fallbackSessionId -> streamingSessionId): StreamingSession (listens to the audio stream), FallbackSession (reservation), and ProviderSession (concrete provider, the only billing carrier). Billing fields (price, tariff, billedUnit, billedValue) are populated only on the SttProviderSessionBilled event.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\+[0-9]{2}:[0-9]{2}$

The start date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string
^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\+[0-9]{2}:[0-9]{2}$

The end date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

integer

The company identifier filter.

string
enum

Filter by STT session event type.

string

Filter by STT provider name.

string
^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$

Filter by STT configuration UUID.

string
enum

Filter by source service name.

Allowed:
string
enum

Filter by source type.

Allowed:
string
^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$

Filter by streaming session UUID.

string
^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$

Filter by fallback session UUID.

string
^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$

Filter by provider session UUID.

string

Comma-separated list of fields to return. Available fields: id, eventName, eventTimestamp, companyId, streamingSessionId, fallbackSessionId, providerSessionId, status, codec, language, provider, sourceId, sourceService, sourceType, sttId, requiredSttId, usedSttId, priority, totalDuration, noVoiceDuration, startTime, endTime, streamOffset, finalResultTimeout, speechTimeout, silenceTimeout, billedUnit, billedValue, price, tariff, text, error.

string

Sort field and direction. Each sort field can have a special prefix indicating the desired sort order: + (ascending, default) or - (descending).

integer
Defaults to 10

Maxium number of returning records.

integer

Starting point to return records from a result set.

integer

Page number, used to paginate over all records.

integer

Timezone offset in minutes from UTC.

boolean
Defaults to false

Determines whether to return the total number of records.

boolean
Defaults to false

Determines whether to return the record list.

string

Timestamp field name used for cursor-based (keyset) pagination.

string

Timestamp anchor value for cursor-based (keyset) pagination.

string
enum

Determines the output format. CSV_EXCEL format includes UTF-8 BOM and semicolon delimiter for better Excel compatibility.

Allowed:
Responses

400

Invalid input parameters

401

User is not authenticated

403

Invalid user permissions

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json