---
title: "POST /v1/metrics/usersOverTime"
method: POST
path: "/v1/metrics/usersOverTime"
tags: ["Metrics"]
---

# POST /v1/metrics/usersOverTime

`POST /v1/metrics/usersOverTime`

## Request body

- MetricsOverTimeBody
  - `timeFilter` object, required
    - `end` string, required
    - `start` string, required
  - `filter` union, required
    - FilterLeaf — Make all properties in T optional
      - `user_metrics` PartialUserMetricsToOperators — Make all properties in T optional
        - `user_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `last_active` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `total_requests` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `active_for` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `average_requests_per_day_active` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `average_tokens_per_request` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `total_completion_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `total_prompt_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `cost` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
      - `user_api_keys` PartialUserApiKeysTableToOperators — Make all properties in T optional
        - `api_key_hash` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `api_key_name` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `response` PartialResponseTableToOperators — Make all properties in T optional
        - `body_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `body_model` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `body_completion` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `status` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `model` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `request` PartialRequestTableToOperators — Make all properties in T optional
        - `prompt` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `created_at` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `user_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `auth_hash` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `org_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `node_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `model` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `modelOverride` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `path` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `country_code` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `prompt_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `feedback` PartialFeedbackTableToOperators — Make all properties in T optional
        - `id` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `created_at` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `rating` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
        - `response_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `properties_table` PartialPropertiesTableToOperators — Make all properties in T optional
        - `auth_hash` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `key` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `value` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `prompt_v2` PartialPromptToOperators — Make all properties in T optional
        - `id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `user_defined_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `prompts_versions` PartialPromptVersionsToOperators — Make all properties in T optional
        - `minor_version` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `major_version` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `prompt_v2` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `experiment` PartialExperimentToOperators — Make all properties in T optional
        - `id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `prompt_v2` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `experiment_hypothesis_run` PartialExperimentHypothesisRunToOperator — Make all properties in T optional
        - `result_request_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `score_value` PartialScoreValueToOperator — Make all properties in T optional
        - `request_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `request_response_log` PartialRequestResponseLogToOperators — Make all properties in T optional
        - `latency` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `status` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `request_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `response_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `auth_hash` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `model` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `user_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `node_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `job_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `threat` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
      - `request_response_rmt` PartialRequestResponseRMTToOperators — Make all properties in T optional
        - `country_code` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `latency` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `cost` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `provider` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `time_to_first_token` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `status` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `request_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `response_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `model` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `user_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `node_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `job_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `threat` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
        - `request_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `prompt_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `completion_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `prompt_cache_read_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `prompt_cache_write_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `total_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `target_url` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `property_key` object
          - `equals` string, required
        - `properties` object
        - `search_properties` object
        - `scores` object
        - `scores_column` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `request_body` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `response_body` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `cache_enabled` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
        - `cache_reference_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `cached` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
        - `assets` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `helicone-score-feedback` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
        - `prompt_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `prompt_version` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `request_referrer` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `is_passthrough_billing` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
      - `sessions_request_response_rmt` PartialSessionsRequestResponseRMTToOperators — Make all properties in T optional
        - `session_session_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `session_session_name` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `session_total_cost` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `session_total_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `session_prompt_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `session_completion_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `session_total_requests` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `session_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `session_latest_request_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `session_tag` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `users_view` PartialUserViewToOperators — Make all properties in T optional
        - `user_user_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `user_active_for` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `user_first_active` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `user_last_active` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `user_total_requests` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `user_average_requests_per_day_active` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `user_average_tokens_per_request` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `user_total_completion_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `user_total_prompt_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `user_cost` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
      - `properties_v3` PartialPropertiesV3ToOperators — Make all properties in T optional
        - `key` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `value` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `property_with_response_v1` PartialPropertyWithResponseV1ToOperators — Make all properties in T optional
        - `property_key` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `property_value` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `request_created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `threat` PartialBooleanOperators — Make all properties in T optional
          - `equals` boolean
      - `job` PartialJobToOperators — Make all properties in T optional
        - `id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `name` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `description` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `status` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `created_at` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `updated_at` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `timeout_seconds` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `custom_properties` object
        - `org_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `job_node` PartialNodesToOperators — Make all properties in T optional
        - `id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `name` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `description` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `job_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `status` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `created_at` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `updated_at` PartialTimestampOperators — Make all properties in T optional
          - `equals` string
          - `gte` string
          - `lte` string
          - `lt` string
          - `gt` string
        - `timeout_seconds` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `custom_properties` object
        - `org_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `cache_metrics` PartialCacheMetricsTableToOperators — Make all properties in T optional
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `request_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `date` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `hour` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `model` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `cache_hit_count` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_latency_ms` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_completion_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_prompt_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_completion_audio_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_prompt_audio_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_prompt_cache_write_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `saved_prompt_cache_read_tokens` PartialNumberOperators — Make all properties in T optional
          - `not-equals` number, double
          - `equals` number, double
          - `gte` number, double
          - `lte` number, double
          - `lt` number, double
          - `gt` number, double
        - `first_hit` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `last_hit` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
        - `request_body` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `response_body` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `rate_limit_log` PartialRateLimitTableToOperators — Make all properties in T optional
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `created_at` PartialTimestampOperatorsTyped — Make all properties in T optional
          - `equals` string, date-time
          - `gte` string, date-time
          - `lte` string, date-time
          - `lt` string, date-time
          - `gt` string, date-time
      - `organization_properties` PartialOrganizationPropertiesToOperators — Make all properties in T optional
        - `organization_id` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
        - `property_key` PartialTextOperators — Make all properties in T optional
          - `not-equals` string
          - `equals` string
          - `like` string
          - `ilike` string
          - `contains` string
          - `not-contains` string
      - `properties` object
      - `values` object
    - FilterBranch
      - `left` FilterNode, required — recursive
      - `operator` 'or' | 'and', required
      - `right` FilterNode, required — recursive
    - object
    - 'all'
  - `dbIncrement` 'min' | 'hour' | 'day' | 'week' | 'month' | 'year'
  - `timeZoneDifference` number, double, required

## Response `200`

Ok

- union
  - ResultSuccessUsersOverTimeArray
    - `data` UsersOverTime[], required
      - `time` string, date-time, required
      - `count` number, double, required
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

---

[API](https://skmtc.net/helicone/apis/helicone-api.md) · [All operations](https://skmtc.net/helicone/apis/helicone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helicone/helicone-api/versions/b369e9e3e80c/schema)
