Skip to content

Retrieve Roll-up Field Recalculation Status

Determine whether a Roll-up field recalculation is currently running. Learn more about Roll-up fields in Vault Help.

GET/api/{version}/vobjects/{object_name}/actions/recalculaterollups
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{object_name}The name of the object for which to check the status of a Roll-up field recalculation.
curl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v25.3/vobjects/product__v/actions/recalculaterollups
{
    "responseStatus": "SUCCESS", 
    "data": { 
        "status": "RUNNING" 
    }
}

On SUCCESS, the response specifies the status of the Roll-up field recalculation as either RUNNING or NOT_RUNNING.