No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
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/v29.0/limits/ -H "Authorization: Bearer token "X-PrettyPrint:1" - Example request body
- none required
- Example response body
-
1{ 2 "ConcurrentAsyncGetReportInstances": 3 { 4 "Remaining" : 200, 5 "Max": 200 6 }, 7 "ConcurrentSyncReportRuns": 8 { 9 "Remaining" : 20, 10 "Max" : 20 11 }, 12 "DailyApiRequests": 13 { 14 "Remaining" : 14998, 15 "Max" : 15000 16 }, 17 "DailyAsyncApexExecutions": 18 { 19 "Remaining" : 250000, 20 "Max" : 250000 21 }, 22 "DailyBulkApiRequests": 23 { 24 "Remaining" : 5000, 25 "Max" : 5000 26 }, 27 "DailyGenericStreamingApiEvents": 28 { 29 "Remaining" : 10000, 30 "Max" : 10000 31 }, 32 "DailyStreamingApiEvents": 33 { 34 "Remaining": 10000, 35 "Max" : 10000 36 }, 37 "DailyWorkflowEmails": 38 { 39 "Remaining" : 75, 40 "Max" : 75 41 }, 42 43 "DataStorageMB": 44 { 45 "Remaining" : 1073, 46 "Max" : 1073 47 }, 48 "FileStorageMB": 49 { 50 "Remaining" : 1073, 51 "Max" : 1073 52 }, 53 "HourlyAsyncReportRuns": 54 { 55 "Remaining" : 1200, 56 "Max" : 1200 57 }, 58 "HourlyDashboardRefreshes": 59 { 60 "Remaining" : 200, 61 "Max" : 200 62 }, 63 "HourlyDashboardResults": 64 { 65 "Remaining" : 5000, 66 "Max" : 5000 67 }, 68 "HourlyDashboardStatuses": 69 { 70 "Remaining" : 999999999, 71 "Max" : 999999999 72 }, 73 "HourlySyncReportRuns": 74 { 75 "Remaining" : 500, 76 "Max" : 500 77 }, 78 "HourlyTimeBasedWorkflow": 79 { 80 "Remaining" : 50, 81 "Max" : 50 82 }, 83 "MassEmail": 84 { 85 "Remaining" : 10, 86 "Max" : 10 87 }, 88 "SingleEmail": 89 { 90 "Remaining" : 15, 91 "Max" : 15 92 }, 93 "StreamingApiConcurrentClients": 94 { 95 "Remaining" : 1000, 96 "Max" : 1000 97 } 98}