GET
/
console
/
v1
/
ingestion
/
events
/
delta
curl --request GET \
  --url https://statsigapi.net/console/v1/ingestion/events/delta \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "type": "databricks",
  "dataset": "Metrics",
  "source_name": "ingestion-1",
  "query": "SELECT * FROM TABLE",
  "column_mapping": {
    "unit_id": "string",
    "id_type": "string",
    "dateid": "string",
    "metric_name": "string",
    "metric_value": "string",
    "numerator": "string",
    "denominator": "string"
  },
  "use_delta_sharing": false,
  "share": "string",
  "schema": "string",
  "table": "string",
  "enabled": false
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Query Parameters

source_name
string
event_name
string
start_date
string
required
end_date
string
required

Response

200 - application/json
Get Ingestion Event Delta Ledger Success
message
string
required

A simple string explaining the result of the operation.

data
any