Skip to main content
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.

400:

Invalid query parameters (missing dateStart/dateEnd, range exceeds 24h, or dateEnd not after dateStart).

401:

Unauthorized - invalid or missing API key.