Get Event Info

Retrieve event data. Supports both HTTP short-polling and long-polling modes.

Long-polling behavior:

  1. If eventId is not specified, the interface will use the current request time as the starting point and query events generated after that time until an event occurs or the request times out.
  2. If eventId is specified, the interface will use the event corresponding to that eventId as the starting point and query all events that occur after it until an event is generated or the request times out. Note: The result does not include the event corresponding to the specified eventId.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Whether long polling, default no, non-long polling mode can not be passed

string

Event ID, if both eventId and query time query are used, the time query condition does not work, and the query result will be returned according to eventId. There must be one of the query conditions, event ID or query time

int64

Event query start time, in timestamp format

int64

Event query cutoff time in timestamp format

integer

Limit the number of items per query, default 1000

integer

Timeout time in seconds, unspecified default 5s. parameters allowed range [5s, 600s], when in longPoll mode, this param is required.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json