Skip to main content
Retrieve feedback data for a specific prediction request.
from vlmrun.client import VLMRun
from vlmrun.client.types import FeedbackListResponse

client = VLMRun(api_key="<VLMRUN_API_KEY>")
feedback_list: FeedbackListResponse = client.feedback.get("<request_id>")