Real-Time Avatars
Get conversations by date range
Retrieves conversations for all avatars owned by the authenticated user within a given time range. The range must not exceed 24 hours.
GET
Headers
string
required
Your Moonscale API key used for authentication.
string
The content type of the request body. Always
application/json.Parameters
integer
required
Start of the time range as a Unix timestamp (seconds since epoch).
integer
required
End of the time range as a Unix timestamp (seconds since epoch). Must be after dateStart and within 24 hours.
string
Optional live avatar ID (UUID) to filter conversations to a specific avatar.
Responses
200:
Conversation[]
An array of conversation objects within the specified date range.
