Retrieve Lead EventsAsk AIget https://kibana.leadboxer.com/v1/leads/eventsReturns all events associated with a specific session ID. Results can be optionally filtered by segment.Query ParamssessionIdstringrequiredDisplay data for the given sessionId. SessionId is a unique identifier of each session.limitint32required1 to 100The minimum number of records to be displayed in the output.Range : 1 - 100emailstringEmail associated with the accountsitestringrequiredDataset ID (site) for which events are retrieveduserIdint64UserId associated with emailsegmentIdint32Responses 200OK 400Bad Request: The request is invalid or malformed (missing/incorrect parameters). 402Payment Required: The client has exceeded credit limits. 403Forbidden: The authenticated user does not have permission to access this resource. 404Not Found: The requested resource does not exist. 409Conflict: The request could not be completed due to a resource state conflict. 429Too Many Requests: Rate limit exceeded. The client has sent too many requests in a given time period 500Interval Server Error: An unexpected error occurred on the server.Updated 3 months ago