langsmith.client.Client.read_feedback# Client.read_feedback(feedback_id: UUID | str) → Feedback[source]# Read a feedback from the LangSmith API. Parameters: feedback_id (str or UUID) – The ID of the feedback to read. Returns – ------- – Feedback – The feedback. Return type: Feedback