Status
This endpoint returns the last ETL refresh information
Usage
Use this endpoint to capture the last ETL refresh information to make sure that the data is up-to-date.
Returns
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.
Authorizations
Responses
200
Successful Response
application/json
get
GET /v1//last_etl_refresh HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Accept: */*
200
Successful Response
{
"resource": "last_etl_refresh",
"data": {
"last_etl_refresh_at": "2025-07-14T19:01:21.786Z"
}
}
Was this helpful?