---
number: 34634
slug: 34634-supabase-management-api-get-logs-restrictions
published: 2025-04-01
discussion: https://github.com/orgs/supabase/discussions/34634
labels:
  - infra
page: https://supabase.com/changelog/34634-supabase-management-api-get-logs-restrictions
---

# Supabase Management API `GET` Logs Restrictions

We will be enforcing stricter limitations on the v0 and v1 [`GET` Project Logs endpoint](https://api.supabase.com/api/v1#tag/default):
```
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).
