Skip to main content
GET
List usage events

Authorizations

Authorization
string
header
required

Your Wixzel Voice API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.

Query Parameters

limit
integer
default:20

How many records to return.

Required range: 1 <= x <= 100
starting_after
string

Return records after this cursor.

Required string length: 1 - 512
ending_before
string

Return records before this cursor.

Required string length: 1 - 512
session_id
string

Everything billed against one call.

component
enum<string>
Available options:
stt,
llm,
tts,
realtime,
telephony,
platform_fee,
platform_api
start
string<date-time>

ISO 8601, always UTC.

Example:

"2026-09-01T12:00:00.000Z"

end
string<date-time>

ISO 8601, always UTC.

Example:

"2026-09-01T12:00:00.000Z"

Response

A page of usage events

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required

True when more records exist after this page.

next_cursor
string | null
required

Pass as starting_after to fetch the next page.