Skip to main content
Version: 4.7.8

Get feedback

Get feedback

Path Parameters
    id uuid required

    Feedback ID

Responses

Feedback retrieved successfully


Schema
    id uuid required

    The unique identifier for the feedback

    pipelineRunId uuid required

    The unique identifier for the pipeline run

    score double required

    Possible values: <= 1

    The score of the feedback, ranging from 0 to 1

    details string nullable

    Optional details about the feedback

    recordedTime float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

Loading...