langfuse Skill
langfuse
langfuse
| Method | Path | Description |
|---|---|---|
GET | /api/public/annotation-queues | |
POST | /api/public/annotation-queues | Get all annotation queues |
GET | /api/public/annotation-queues/{queueId} | Create an annotation queue |
GET | /api/public/annotation-queues/{queueId}/items | Get an annotation queue by ID |
POST | /api/public/annotation-queues/{queueId}/items | Get items for a specific annotation queue |
GET | /api/public/annotation-queues/{queueId}/items/{itemId} | Add an item to an annotation queue |
PATCH | /api/public/annotation-queues/{queueId}/items/{itemId} | Get a specific item from an annotation queue |
DELETE | /api/public/annotation-queues/{queueId}/items/{itemId} | Update an annotation queue item |
POST | /api/public/annotation-queues/{queueId}/assignments | Remove an item from an annotation queue |
DELETE | /api/public/annotation-queues/{queueId}/assignments | Create an assignment for a user to an annotation queue |
GET | /api/public/integrations/blob-storage | Delete an assignment for a user to an annotation queue |
PUT | /api/public/integrations/blob-storage | Get all blob storage integrations for the organization (requires organization-scoped API key) |
GET | /api/public/integrations/blob-storage/{id} | Create or update a blob storage integration for a specific project (requires organization-scoped API key). The configuration is validated by performing a test upload to the bucket. |
DELETE | /api/public/integrations/blob-storage/{id} | Get the sync status of a blob storage integration by integration ID (requires organization-scoped API key) |
POST | /api/public/comments | Delete a blob storage integration by ID (requires organization-scoped API key) |
GET | /api/public/comments | Create a comment. Comments may be attached to different object types (trace, observation, session, prompt). |
GET | /api/public/comments/{commentId} | Get all comments |
POST | /api/public/dataset-items | Get a comment by id |
GET | /api/public/dataset-items | Create a dataset item |
GET | /api/public/dataset-items/{id} | Get dataset items. Optionally specify a version to get the items as they existed at that point in time. |
DELETE | /api/public/dataset-items/{id} | Get a dataset item |
POST | /api/public/dataset-run-items | Delete a dataset item and all its run items. This action is irreversible. |
GET | /api/public/dataset-run-items | Create a dataset run item |
GET | /api/public/v2/datasets | List dataset run items |
POST | /api/public/v2/datasets | Get all datasets |
GET | /api/public/v2/datasets/{datasetName} | Create a dataset |
GET | /api/public/datasets/{datasetName}/runs/{runName} | Get a dataset |
DELETE | /api/public/datasets/{datasetName}/runs/{runName} | Get a dataset run and its items |
GET | /api/public/datasets/{datasetName}/runs | Delete a dataset run and all its run items. This action is irreversible. |
GET | /api/public/health | Get dataset runs |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install langfuse
Downloads and installs to ~/.claude/skills/langfuse/
20260519101536 (2026-05-19)20260515200445 (2026-05-15)20260513152606 (2026-05-13)20260512092031 (2026-05-12)20260510195359 (2026-05-10)20260507152711 (2026-05-07)20260503194622 (2026-05-03)20260430144733 (2026-04-30)