-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsessionstack-rate-limits.yml
More file actions
67 lines (63 loc) · 2.17 KB
/
Copy pathsessionstack-rate-limits.yml
File metadata and controls
67 lines (63 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: SessionStack Rate Limits
description: >
SessionStack's public REST API documentation does not publish explicit
per-minute or per-hour rate limit values. Based on industry norms for
session-replay platforms and observed API behavior, the limits below
represent reasonable operational guidelines. Exact limits are plan-dependent
and may be confirmed by contacting SessionStack support. The Scale and
Enterprise plans receive higher throughput allocations than Free and Launch.
specificationVersion: '0.1'
rateLimits:
- name: REST API Requests — Free Plan
description: >
Estimated request ceiling for Free plan users accessing session listing,
retrieval, and log endpoints. No official published limit; throttling may
be applied at discretion.
limit: 100
period: hour
unit: requests
scope: account
plan: Free
enforcement: throttle
- name: REST API Requests — Launch Plan
description: >
Estimated request allowance for Launch plan users. Data export endpoints
are not available on this tier.
limit: 500
period: hour
unit: requests
scope: account
plan: Launch
enforcement: throttle
- name: REST API Requests — Scale Plan
description: >
Increased request allowance for Scale plan users, who gain access to
REST API data export endpoints in addition to standard session management
endpoints.
limit: 2000
period: hour
unit: requests
scope: account
plan: Scale
enforcement: throttle
- name: REST API Requests — Enterprise Plan
description: >
Custom rate limits negotiated per contract for Enterprise customers.
Higher ceilings and dedicated infrastructure may be available.
limit: custom
period: hour
unit: requests
scope: account
plan: Enterprise
enforcement: custom
- name: Session Export Requests
description: >
Export of individual session data (video/event payloads) is a
resource-intensive operation and is subject to additional throttling
independent of standard API request limits.
limit: 50
period: hour
unit: requests
scope: account
plan: Scale
enforcement: throttle