Skip to main content
Version: 4.7.23

Get evaluations

Get evaluations

Query Parameters
    resultId uuid required

    The ID of the result to get evaluations for

Responses

Evaluations retrieved successfully


Schema
    data object[]
  • Array [
  • id uuid required

    The ID of the evaluation

    createdAt float required

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

    updatedAt float required

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

    isPending boolean required

    Indicates if the evaluation is pending

    isFiltered boolean required

    Indicates if the evaluation is filtered

    debug object nullable

    Debug information for the evaluation

    property name* any nullable

    Debug information for the evaluation

    evaluatorId uuid required

    The ID of the evaluator

    runId uuid required

    The ID of the run

    comparisonRunId uuid nullable

    The ID of the comparison run, if applicable

    name string nullable required

    The name of the evaluation

    evalLabel string nullable required

    The label of the evaluation

    evalValue number nullable required

    The value of the evaluation

    manualCreatedByEmail string nullable

    The email of the user who manually created the evaluation, if applicable

    note string required

    Additional notes for the evaluation

  • ]
Loading...