Skip to content

Commit 67db7a1

Browse files
committed
docs: document legacy read API rate limits
1 parent 5476192 commit 67db7a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/faq/all/api-limits.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ Rate limits are applied per-organization.
3434
| **Prompts**. GET APIs used to fetch prompts for use in applications. | No limit | No limit | No limit |
3535
| **Metrics**. GET APIs used to fetch analytics data, e.g. [metrics api](/docs/analytics/metrics-api). | 100 req/day | 200 req/day | 2000 req/day |
3636
| **Datasets**. APIs used to work with [datasets and experiments](/docs/datasets). | 100 req/min | 200 req/min | 1,000 req/min |
37+
| **Legacy read APIs**. Older trace, observation, and session read endpoints, listed below. | 15 req/min | 30 req/min | 100 req/min |
3738
| **API**. All other APIs. | 30 req/min | 100 req/min | 1,000 req/min |
3839

40+
The legacy read APIs are `GET /api/public/traces`, `GET /api/public/traces/{traceId}`, `GET /api/public/observations`, `GET /api/public/observations/{observationId}`, `GET /api/public/sessions`, and `GET /api/public/sessions/{sessionId}`.
41+
3942
On the Enterprise plan, you can request custom rate limits by contacting [support](/support).
4043

4144
**Rate limit response**

0 commit comments

Comments
 (0)