v1

latestSwagger 2.02026-07-132525401.9 MB
analytics

Logs received between the specified start time and the current time. The API will return a maximum of 100 logs per call.

get/v0.1/apps/{owner_name}/{app_name}/analytics/generic_log_flow

Path parameters

owner_namestring required

The name of the owner

app_namestring required

The name of the application

Query parameters

startstring date-time

Start date time in data in ISO 8601 date time format. It must be within the current day in the UTC timezone. The default value is the start time of the current day in UTC timezone.

Response

List of logs for the requested time range.

exceeded_max_limitboolean

indicates if the number of available logs are more than the max allowed return limit(100).

last_received_log_timestampstring date-time

the timestamp of the last log received. This value can be used as the start time parameter in the consecutive API call.