We will be enforcing stricter limitations on the v0 and v1 GET Project Logs endpoint:
_10GET /v1/projects/{ref}/analytics/endpoints/logs.all_10GET /v0/projects/{ref}/analytics/endpoints/logs.all
The restrictions are as so:
- If neither
?iso_timestamp_start=nor?iso_timestamp_end=is provided, the queried timestamp range will be the last 1 minute. - If either
?iso_timestamp_start=or?iso_timestamp_end=is provided, the queried timestamp range will be a 1 minute window either before or after the provided query parameter. - If both
?iso_timestamp_start=and?iso_timestamp_end=are provided, the maximum allowed queried timestamp range is 24 hours. The size of the permitted window may be subject to change in the future.
This change will go into effect at 2 April 12pm SGT (4am UTC).