Status
Was this helpful?
Was this helpful?
Was this helpful?
This endpoint returns the last ETL refresh information
Use this endpoint to capture the last ETL refresh information to make sure that the data is up-to-date.
An object of type LastETLRefreshResult
containing a dictionary of LastETLRefreshResultData
.
Find details about the response objects in the Schemas section or by unfurling the response details.
Successful Response
GET /v1//last_etl_refresh HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Accept: */*
Successful Response
{
"resource": "last_etl_refresh",
"data": {
"last_etl_refresh_at": "2025-08-25T12:16:55.250Z"
}
}