# Retrieves the next score summary generation time Returns the scheduled time for the next experience score summary generation. ## Endpoint `GET /intelligence/api/score/nextDataProcessTime` ## Request ### Request URL `https://[{serverurl}](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/intelligence/api/score/nextDataProcessTime` ### Scope `DesktopCentralCloud.DEX.READ` ### Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ### Request Parameters #### Request Headers - **Accept** `string` — **Mandatory** - `application/nextDataProcessTime.v1+json` ### Sample Request ```curl curl --request GET \ --url https://appdomains/intelligence/api/score/nextDataProcessTime \ --header 'Accept: application/nextDataProcessTime.v1+json' \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response ### Response Parameters #### HTTP Code 200 Response Body — `application/json` - `JSON Object` - **nextDataProcessingTime** `string` - Time for the next scheduled score data processing ### Sample Response: HTTP 200 ```json { "nextDataProcessingTime": "Feb 12, 2026 04:40 PM" } ``` ### Possible Response Codes - **200** — HTTP code ## Rate Limits ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **Duration:** 1 minute | **Threshold:** 30 | **Lock period:** 5 minutes Duration - Time window for the threshold. Threshold - Number of API calls allowed within the specified duration. Lock Period - Wait time before consecutive API requests.