Skip to main content

List HITL reviews based on HITL ID

List HITL reviews based on HITL ID

Path Parameters
  • project_id integer required

    ID of the project to change

  • hitl_id integer required

    ID of the hitl to change

Query Parameters
  • with_full_data boolean

    whether or not to return all the review data

Responses

HITL reviews are listed.


Schema array
  • review_id integer

    The review ID

  • task_id integer

    The Label Studio task ID

  • document_id integer

    The related document ID

  • document_name string

    The document name

  • page_num integer

    The page number in the document

  • status string

    Possible values: [PENDING, COMPLETED]

    The current status of the review

  • created string

    When the review got created

  • updated string

    When the review was last edited

  • user_id integer

    The user ID

  • label string

    The label name

  • confidence_threshold number

    The confidence threshold defined by the user

  • ls_annotation_id integer

    The Label Studio annotation ID

  • hitl_id integer

    The parent HITL ID

Loading...