Get the latest 100 Log Entries in a project. Uses aggregation to first get the newest 200 rows by _id, then sorts by timestamp and returns the most recent 100. Supports cursor-based pagination using the _id field. If you provide an invalid cursor value, a 400 error will be returned
Supply the API Key in the HTTP-Header
Supply the API Key in the Url-Query
The access token received from the authorization server in the OAuth 2.0 flow.
The default media type is application/hal+json. Use application/json for pure data results.
application/json, application/hal+json, application/xml, text/xml, text/csv 24This should be the nextCursor value from the response to get the next set of records. Used along with limit for pagination.
24This should be the previousCursor value from the response to get the previous set of records. Used along with limit for pagination.
24