tare/api/insights/logs/list
tare api insights logs list
ListCustomerRequestLogs returns the caller's own request logs, filtered by the supplied tenancy scope.
Usage:
tare api insights logs list [flags]
Flags:
--api-key-id string Optional filters.
--customer-id string Tenancy scope.
--dataplane-id string Restrict to logs served by this data plane (the workspace id the reporting dataplane's telemetry is authenticated as, stamped server-side at ingest) -- see RequestLog.dataplane_id.
--endpoint string Restrict to a single request endpoint (e.g.
--max-duration-ms int32 Only include requests at most this many milliseconds long.
--min-duration-ms int32 Only include requests at least this many milliseconds long.
--model-name string Restrict to a single model name (e.g.
--order-by string Ordering.
--order-direction string Sort direction for order_by: "asc" or "desc".
--page-size int32 Pagination.
--page-token string Opaque token from a prior response's next_page_token to fetch the next page.
--project-id string Project used to authorize the caller's access (membership check) and to resolve session defaults.
--search string Case-insensitive literal substring match over request_id.
--status string Restrict by logical status (e.g.
--status-code int32 Restrict by HTTP status code returned to the client.
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