Looker · Schema

Session

An active user session

AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

Properties

Name Type Description
id integer Unique session identifier
ip_address string IP address of the session
browser string Browser used for this session
operating_system string Operating system used for this session
city string City from which the session originates
state string State from which the session originates
country string Country from which the session originates
credentials_type string Type of credentials used
extended_at string Timestamp when the session was last extended
extended_count integer Number of times the session has been extended
sudo_user_id integer ID of the user being sudo'd as
created_at string Timestamp when the session was created
expires_at string Timestamp when the session expires
url string Relative URL
View JSON Schema on GitHub

JSON Schema

looker-session-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Session",
  "type": "object",
  "description": "An active user session",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique session identifier"
    },
    "ip_address": {
      "type": "string",
      "description": "IP address of the session"
    },
    "browser": {
      "type": "string",
      "description": "Browser used for this session"
    },
    "operating_system": {
      "type": "string",
      "description": "Operating system used for this session"
    },
    "city": {
      "type": "string",
      "description": "City from which the session originates"
    },
    "state": {
      "type": "string",
      "description": "State from which the session originates"
    },
    "country": {
      "type": "string",
      "description": "Country from which the session originates"
    },
    "credentials_type": {
      "type": "string",
      "description": "Type of credentials used"
    },
    "extended_at": {
      "type": "string",
      "description": "Timestamp when the session was last extended"
    },
    "extended_count": {
      "type": "integer",
      "description": "Number of times the session has been extended"
    },
    "sudo_user_id": {
      "type": "integer",
      "description": "ID of the user being sudo'd as"
    },
    "created_at": {
      "type": "string",
      "description": "Timestamp when the session was created"
    },
    "expires_at": {
      "type": "string",
      "description": "Timestamp when the session expires"
    },
    "url": {
      "type": "string",
      "description": "Relative URL"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/looker-session"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.