Newer Version Available

This content describes an older version of this product. View Latest

List Organization Limits

Use the Limits resource to list limits information for your organization.
  • Max is the limit total for the organization.
  • Remaining is the total number of calls or events left for the organization.
Example usage
1curl https://instance.salesforce.com/services/data/v36.0/limits/ -H "Authorization: Bearer token "X-PrettyPrint:1"
Example request body
none required
Example response body
1{
2  "ConcurrentAsyncGetReportInstances" : {
3    "Max" : 200,
4    "Remaining" : 200
5  },
6  "ConcurrentSyncReportRuns" : {
7    "Max" : 20,
8    "Remaining" : 20
9  },
10  "DailyApiRequests" : {
11    "Max" : 15000,
12    "Remaining" : 14998
13  },
14  "DailyAsyncApexExecutions" : {
15    "Max" : 250000,
16    "Remaining" : 250000
17  },
18  "DailyBulkApiRequests" : {
19    "Max" : 5000,
20    "Remaining" : 5000
21  },
22  "DailyDurableGenericStreamingApiEvents" : {
23    "Max" : 10000,
24    "Remaining" : 10000
25  },
26  "DailyGenericStreamingApiEvents" : {
27    "Max" : 10000,
28    "Remaining" : 10000
29  },
30  "DailyStreamingApiEvents" : {
31    "Max" : 10000,
32    "Remaining" : 10000
33  },
34  "DailyWorkflowEmails" : {
35    "Max" : 390,
36    "Remaining" : 390
37  },
38  "DataStorageMB" : {
39    "Max" : 5,
40    "Remaining" : 5
41  },
42  "DurableStreamingApiConcurrentClients" : {
43    "Max" : 20,
44    "Remaining" : 20
45  },
46  "FileStorageMB" : {
47    "Max" : 20,
48    "Remaining" : 20
49  },
50  "HourlyAsyncReportRuns" : {
51    "Max" : 1200,
52    "Remaining" : 1200
53  },
54  "HourlyDashboardRefreshes" : {
55    "Max" : 200,
56    "Remaining" : 200
57  },
58  "HourlyDashboardResults" : {
59    "Max" : 5000,
60    "Remaining" : 5000
61  },
62  "HourlyDashboardStatuses" : {
63    "Max" : 999999999,
64    "Remaining" : 999999999
65  },
66  "HourlySyncReportRuns" : {
67    "Max" : 500,
68    "Remaining" : 500
69  },
70  "HourlyTimeBasedWorkflow" : {
71    "Max" : 50,
72    "Remaining" : 50
73  },
74  "MassEmail" : {
75    "Max" : 10,
76    "Remaining" : 10
77  },
78  "SingleEmail" : {
79    "Max" : 15,
80    "Remaining" : 15
81  },
82  "StreamingApiConcurrentClients" : {
83    "Max" : 20,
84    "Remaining" : 20
85  }
86}