You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /v1/projects/{ref}/analytics/endpoints/logs.all
GET /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).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We will be enforcing stricter limitations on the v0 and v1
GET
Project Logs endpoint:The restrictions are as so:
?iso_timestamp_start=
nor?iso_timestamp_end=
is provided, the queried timestamp range will be the last 1 minute.?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.?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).
Beta Was this translation helpful? Give feedback.
All reactions