Newer Version Available
List Organization Limits
Use the Limits resource
to list limits information for your org.
- Max is the limit total for the org.
- Remaining is the total number of calls or events left for the org.
- Example usage
-
1curl https://instance.salesforce.com/services/data/v45.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 "DailyStandardVolumePlatformEvents" : { 35 "Max" : 10000, 36 "Remaining" : 10000 37 }, 38 "DailyStreamingApiEvents" : { 39 "Max" : 10000, 40 "Remaining" : 10000 41 }, 42 "DailyWorkflowEmails" : { 43 "Max" : 390, 44 "Remaining" : 390 45 }, 46 "DataStorageMB" : { 47 "Max" : 5, 48 "Remaining" : 5 49 }, 50 "DurableStreamingApiConcurrentClients" : { 51 "Max" : 20, 52 "Remaining" : 20 53 }, 54 "FileStorageMB" : { 55 "Max" : 20, 56 "Remaining" : 20 57 }, 58 "HourlyAsyncReportRuns" : { 59 "Max" : 1200, 60 "Remaining" : 1200 61 }, 62 "HourlyDashboardRefreshes" : { 63 "Max" : 200, 64 "Remaining" : 200 65 }, 66 "HourlyDashboardResults" : { 67 "Max" : 5000, 68 "Remaining" : 5000 69 }, 70 "HourlyDashboardStatuses" : { 71 "Max" : 999999999, 72 "Remaining" : 999999999 73 }, 74 "HourlyLongTermIdMapping" : { 75 "Max" : 100000, 76 "Remaining" : 100000 77 }, 78 "HourlyODataCallout" : { 79 "Remaining" : 9999, 80 "Max" : 10000 81 }, 82 "HourlyShortTermIdMapping" : { 83 "Max" : 100000, 84 "Remaining" : 100000 85 }, 86 "HourlySyncReportRuns" : { 87 "Max" : 500, 88 "Remaining" : 500 89 }, 90 "HourlyTimeBasedWorkflow" : { 91 "Max" : 50, 92 "Remaining" : 50 93 }, 94 "MassEmail" : { 95 "Max" : 10, 96 "Remaining" : 10 97 }, 98 "MonthlyPlatformEvents" : { 99 "Max" : 300000, 100 "Remaining" : 300000 101 }, 102 "SingleEmail" : { 103 "Max" : 15, 104 "Remaining" : 15 105 }}