Gets the latest 100 log entries in a Project. Uses aggregation to first get the latest 200 rows by _id, then sorts by timestamp and returns the 100 most recent rows. 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 24^[a-z0-9]{24}$This 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