tare api metrics api-key get

GetApiKeyMetric returns a metric for a single API key.

Usage:
  tare api metrics api-key get [flags]

Flags:
      --api-key-id string    API key (UUID) to query. (required)
      --customer-id string   Customer that owns the project.
      --end-time string      End of the query window (exclusive) as an RFC3339 timestamp.
      --group-by string      Optional breakdown dimension; omit for none.
      --metric string        Metric name from the catalog. (required)
      --project-id string    Project the query is scoped to.
      --start-time string    Start of the query window (inclusive) as an RFC3339 timestamp.
      --step string          Bucket granularity.

Global Flags:
      --base-url string   override the active profile's base URL for this invocation
  -o, --output string     output format: json (default "json")
  -p, --profile string    credential profile (overrides AGENTROUTER_PROFILE / active)
  -q, --quiet             Suppress progress output; only errors and the final summary go to stderr
  -v, --verbose           Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr