sessions.reports

The sessions.reports event occurs whenever a oneshot server generates a report and uploads it to oneshot.uno.

Webhook Payload Structure

Field Type Description
Timestamp number The timestamp of the event.
EventName string The name of the event triggered.
Data object The data associated with the event.

Data Field for sessions.reports Event

Field Type Description
Success ClientSession The ClientSession object for the succesfull transfer.
Attempts []ClientSession The list of ClientSession objects that failed the transfer.