ZuploZuplo
LoginStart for Free
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop on the web portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingDynamic MCP Server - Quickstart
    Develop locally with the CLI
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingDynamic MCP Server - Quickstart
Concepts
Development
Policies
Handlers
API Keys
Rate Limiting
MCP Server
MCP Gateway
AI Gateway
Developer Portal
Monetization
Deploying & Source Control
Analytics
    OverviewAccess & EntitlementsShared Controls
    Tabs
    Reference
      Metrics GlossaryURL Parameters
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
Reference

URL Parameters

Every Analytics control persists to the URL. Copy the address bar to share any view.

When to use this

  • Build a permalink to a specific time window, filter set, or demo view.
  • Embed an Analytics link in a runbook, postmortem, or dashboard.
  • Understand what each query parameter does.

Parameters

ParameterExampleEffect
time?time=7dApply a preset. Values: 1h, 6h, 24h, 3d, 7d, 14d, 28d, 60d, 90d.
start, end?start=2026-05-01T00:00:00Z&end=2026-05-15T00:00:00ZCustom range as ISO-8601 datetimes. Overrides time when both are present.
filter?filter=httpStatus:class:5xxAdd a filter as <field>:<matchmode>:<value>. Repeat the parameter for multiple filters.
demo?demo=trueDemo mode (sample data instead of your real analytics).
preview?preview=1Legacy preview mode.

Match modes for filter

ModeMeaningExample
equalsExact match.filter=httpMethod:equals:POST
containsSubstring match.filter=route:contains:/v1/users
inComma-separated list.filter=httpStatus:in:500,502,503
notNegation of equals.filter=country:not:US
classHTTP status class.filter=httpStatus:class:5xx
startsWithString prefix.filter=route:startsWith:/v1/
endsWithString suffix.filter=route:endsWith:.json

Permalink examples

Last 7 days of 5xx errors on a specific route:

Code
?time=7d&filter=httpStatus:class:5xx&filter=route:startsWith:/v1/users

Custom range with two filters:

Code
?start=2026-05-01T00:00:00Z&end=2026-05-08T00:00:00Z&filter=country:equals:US&filter=httpMethod:equals:POST

Open the demo:

Code
?demo=true

Sharing

The recipient sees the same view, provided they have access to the project or account.

See also

  • Shared controls: what each control does in the UI.
  • Metrics glossary: definitions for the fields you can filter on.
Edit this page
Last modified on June 11, 2026
Metrics GlossaryOverview
On this page
  • When to use this
  • Parameters
  • Match modes for filter
  • Permalink examples
  • Sharing
  • See also