Get the status of the data refresh
Returns the state, timing, and any error of the current or most recent data refresh
get/v2/data/refresh
Response
Status of the current or most recent data refresh
Example response
{
"state": "succeeded",
"duration": "2m3s"
}