Helicone · Schema

SortLeafUsers

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
id object
user_id object
active_for object
first_active object
last_active object
total_requests object
average_requests_per_day_active object
average_tokens_per_request object
total_prompt_tokens object
total_completion_tokens object
cost object
rate_limited_count object
View JSON Schema on GitHub

JSON Schema

helicone-sortleafusers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SortLeafUsers",
  "title": "SortLeafUsers",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "user_id": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "active_for": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "first_active": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "last_active": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "total_requests": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "average_requests_per_day_active": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "average_tokens_per_request": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "total_prompt_tokens": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "total_completion_tokens": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "cost": {
      "$ref": "#/components/schemas/SortDirection"
    },
    "rate_limited_count": {
      "$ref": "#/components/schemas/SortDirection"
    }
  },
  "type": "object"
}