get_comments
get_commentsRetrieve comments for Langfuse traces or observations by specifying object type and ID to analyze feedback and annotations in LLM applications.
Instructions
List comments filtered by objectType and objectId. objectType values: TRACE | OBSERVATION. Returns: id, objectType, objectId, content, authorUserId, createdAt. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | Object type: TRACE | OBSERVATION | |
| objectId | Yes | Trace ID or Observation ID to filter by | |
| page | Yes | Page number | |
| limit | Yes | Items per page |