# Retrieves the next score summary generation time Returns the scheduled time for the next experience score summary generation. ## Endpoints `GET /intelligence/api/score/nextDataProcessTime` ## Request URL `https://{server-hostname}:8383/intelligence/api/score/nextDataProcessTime` ## Scope `DEX.READ` ## Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers - **Accept** `string` **Mandatory**: `application/nextDataProcessTime.v1+json` ## Sample Request ```curl curl --request GET \ --url https://appdomain/intelligence/api/score/nextDataProcessTime \ --header 'Accept: application/nextDataProcessTime.v1+json' \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP code 200 #### Response Body — application/json `JSON Object` - **nextDataProcessingTime** `string`: Time for the next scheduled score data processing ## Possible Response Codes - **200** `HTTP code` ## Sample Response: HTTP 200 ```json { "nextDataProcessingTime": "Feb 12, 2026 04:40 PM" } ``` ## API Rate Limit **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.