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
- 200
- 404
- 500
HITL reviews are listed.
- application/json
- Schema
- Example (from schema)
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
[
{
"review_id": 0,
"task_id": 0,
"document_id": 0,
"document_name": "string",
"page_num": 0,
"status": "PENDING",
"created": "string",
"updated": "string",
"user_id": 0,
"label": "string",
"confidence_threshold": 0,
"ls_annotation_id": 0,
"hitl_id": 0
}
]
The project or HITL was not found
Something is wrong with the API.
Loading...