langfuse-session-list

List Langfuse sessions. Use when checking user sessions, analyzing conversation flows, or monitoring session activity.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "langfuse-session-list" with this command: npx skills add neuradex/langfuse-skills/neuradex-langfuse-skills-langfuse-session-list

Langfuse Session List

Display the latest sessions.

Setup

Set the following environment variables before use:

VariableRequiredDescription
LANGFUSE_PUBLIC_KEYYesLangfuse public key
LANGFUSE_SECRET_KEYYesLangfuse secret key
LANGFUSE_HOST or LANGFUSE_BASE_URLNoLangfuse host URL (default: https://us.cloud.langfuse.com)

When to Use

  • Checking the session list
  • Analyzing conversation flows
  • "Show me the recent sessions"
  • "Check session activity"

Commands

1. Get Session List

Get the latest 20 sessions:

npx tsx scripts/langfuse-session-list.ts

Specify the number of sessions:

npx tsx scripts/langfuse-session-list.ts --limit=50

Output Example

Langfuse Sessions
=================

Created At          Session ID                                         Trace Count
-------------------------------------------------------------------------------------
2025-01-15 10:30:45 session-abc-123-456-789                            15
2025-01-15 10:28:12 session-def-234-567-890                            8
2025-01-15 10:25:33 session-ghi-345-678-901                            3

Showing 3 of 456 sessions

Fields

FieldDescription
Created AtSession creation timestamp
Session IDSession identifier
Trace CountNumber of traces in the session

What is a Session?

A session groups multiple traces together.

  • 1 conversation thread = 1 session
  • All traces within a session are associated
  • You can filter traces by session ID

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

langfuse-prompt-upsert

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-prompt-list

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-prompt-view

No summary provided by upstream source.

Repository SourceNeeds Review