Status

Soda can is open

get

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

Successful Response

No content

Last ETL Refreshed Info

get

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?