Status
Ping this endpoint to test whether the Reporting API is live. Returns the sound of a Soda can opening along with a 200.
Responses
200
Successful Response
application/json
anyOptional
get/ping
GET /v1/ping HTTP/1.1
Host: reporting.cloud.soda.io
Accept: */*
200
Successful Response
No content
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
AuthorizationstringRequired
Responses
200
Successful Response
application/json
Result of request to the last ETL refreshed endpoint.
resourcestringOptionalDefault:
last_etl_refreshget/last_etl_refresh
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": "2026-01-01T00:00:00.000Z"
}
}Last updated
Was this helpful?
