v1
latestSwagger 2.02026-07-13242272.7 KBFetch messages from a log.
Required permission: messages_read
Path parameters
The ID of the log containing the messages.
Query parameters
The page number of the result. When using pageIndex and pageSize only 10,000 messages can be returned. For example, if setting pageSize to 100 and pageIndex to 100, no log messages will be returned. To request more than 10,000 log messages you should use the searchAfter property instead.
The number of messages to load (max 100) or 15 if not set.
A full-text or Lucene query to limit the messages by.
A start date and time to search from (not included).
An end date and time to search to (not included).
Include headers like server variables and cookies in the result (slower).
Search after is an alternative to using pageIndex that will let you get more than 10,000 messages. Each search result contains a searchAfter property that should be set on future requests to continue from the end of the previous request, but only until the returned list of log messages is empty. When using searchAfter any value in the pageIndex property will be ignored.
Response
Log found and may contain messages.