Newer Version Available
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/v37.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 "DailyDurableStreamingApiEvents" : { 27 "Max" : 10000, 28 "Remaining" : 10000 29 }, 30 "DailyGenericStreamingApiEvents" : { 31 "Max" : 10000, 32 "Remaining" : 10000 33 }, 34 "DailyStreamingApiEvents" : { 35 "Max" : 10000, 36 "Remaining" : 10000 37 }, 38 "DailyWorkflowEmails" : { 39 "Max" : 390, 40 "Remaining" : 390 41 }, 42 "DataStorageMB" : { 43 "Max" : 5, 44 "Remaining" : 5 45 }, 46 "DurableStreamingApiConcurrentClients" : { 47 "Max" : 20, 48 "Remaining" : 20 49 }, 50 "FileStorageMB" : { 51 "Max" : 20, 52 "Remaining" : 20 53 }, 54 "HourlyAsyncReportRuns" : { 55 "Max" : 1200, 56 "Remaining" : 1200 57 }, 58 "HourlyDashboardRefreshes" : { 59 "Max" : 200, 60 "Remaining" : 200 61 }, 62 "HourlyDashboardResults" : { 63 "Max" : 5000, 64 "Remaining" : 5000 65 }, 66 "HourlyDashboardStatuses" : { 67 "Max" : 999999999, 68 "Remaining" : 999999999 69 }, 70 "HourlyODataCallout" : { 71 "Remaining" : 9999, 72 "Max" : 10000 73 }, 74 "HourlySyncReportRuns" : { 75 "Max" : 500, 76 "Remaining" : 500 77 }, 78 "HourlyTimeBasedWorkflow" : { 79 "Max" : 50, 80 "Remaining" : 50 81 }, 82 "MassEmail" : { 83 "Max" : 10, 84 "Remaining" : 10 85 }, 86 "SingleEmail" : { 87 "Max" : 15, 88 "Remaining" : 15 89 }, 90 "StreamingApiConcurrentClients" : { 91 "Max" : 20, 92 "Remaining" : 20 93 } 94}