Looker · Example Payload

Looker Session Example

AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

Looker Session Example is an example object payload from Looker, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idip_addressbrowseroperating_systemcitystatecountrycredentials_typeextended_atextended_countsudo_user_idcreated_atexpires_aturl

Example Payload

Raw ↑
{
  "id": "abc123",
  "ip_address": "example_value",
  "browser": "example_value",
  "operating_system": "example_value",
  "city": "example_value",
  "state": "example_value",
  "country": "example_value",
  "credentials_type": "example_value",
  "extended_at": "2026-01-15T10:30:00Z",
  "extended_count": 10,
  "sudo_user_id": "500123",
  "created_at": "2026-01-15T10:30:00Z",
  "expires_at": "2026-01-15T10:30:00Z",
  "url": "https://www.example.com"
}