CLI skill should document legacy-observations-v1s for self-hosted instances #19
matteomanias
started this conversation in
Ideas & Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your idea or feedback
When using the Langfuse skill to query observations via
langfuse-cliagainst a self-hosted Langfuse v3 instance (deployed on Railway), the v2 observations endpoint returns:The skill's CLI reference (
references/cli.md) doesn't mention this limitation. We had to discover thelegacy-observations-v1sresource by trial and error:This came up when we were auditing which LLM models were used per trace — a common debugging task. The agent initially tried
observations list, got a 404, and had to fall back.What would the ideal outcome look like?
The CLI reference section in the skill should:
observations list(v2) is Cloud-only as of Langfuse v3legacy-observations-v1s listas the working alternative for self-hosted instancesLANGFUSE_HOSTpoints to a non-cloud URLBeta Was this translation helpful? Give feedback.
All reactions