Status

Soda can is open

get
/ping

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
Responseany
get
/ping
GET /v1/ping HTTP/1.1
Host: reporting.cloud.soda.io
Accept: */*
200

Successful Response

No content

Last ETL Refreshed Info

get
/last_etl_refresh

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
/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": "2025-10-26T21:39:30.719Z"
  }
}

Was this helpful?