Get user events
Retrieve events associated with a specific user.
| Query Parameters |
|---|
bot stringThe ID of the bot |
userId string — REQUIREDThe unique ID of the user generated internally. This is usually in the format |
eventName stringThe name of the event. Use this parameter to filter results by event name. |
offsetTimestamp stringThe offset timestamp (ISO format) from which to start retrieving events. Use this parameter to paginate through event results. |
limit integerThe maximum number of events to retrieve per request. Use this parameter for result pagination and limiting the response size. |
| Responses | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Successful response with a list of user events
| ||||||||||||||||||||
400Bad Request
| ||||||||||||||||||||
401Unauthorized request or invalid | ||||||||||||||||||||
406Not Acceptable | ||||||||||||||||||||
500Internal Server Error
|