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 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Successful response with a list of user events
| ||||||||||||||||||||
400 Bad Request
| ||||||||||||||||||||
401 Unauthorized request or invalid | ||||||||||||||||||||
406 Not Acceptable | ||||||||||||||||||||
500 Internal Server Error
|