Sequence-Scoped Methods
client.annotation_issues.list_by_sequence()
List all annotation issues for a specific sequence.Unique identifier of the sequence
Filter by dataset item UID
Filter by project UID
List of annotation issues for the sequence
client.annotation_issues.create()
Create a new annotation issue for a sequence.Unique identifier of the sequence
UID of the annotation tool associated with the issue
UID identifying the type of problem
Dataset item where the issue occurs
Project context for the issue
Issue priority level
Issue severity level
Detailed description of the issue
Incorrect class label
Correct class label
Whether the annotation should be redone
Whether the annotation should be deleted
Description of which frames are affected
Spatial coordinates related to the issue
Additional query parameters
UID of the object related to the issue
The newly created annotation issue
client.annotation_issues.update()
Update an existing annotation issue.Unique identifier of the sequence
Unique identifier of the annotation issue
Updated status of the issue
Updated priority level
Updated severity level
Updated description
Updated tool UID
Updated problem UID
Updated wrong class label
Updated frames affected description
The updated annotation issue
client.annotation_issues.delete()
Delete an annotation issue.Unique identifier of the sequence
Unique identifier of the annotation issue to delete
Dataset-Scoped Methods
client.annotation_issues.list_by_dataset()
List all annotation issues for a dataset.Username or organization slug
Dataset identifier slug
Filter by sequence UID
List of annotation issues for the dataset
client.annotation_issues.get_metrics()
Retrieve annotation issue metrics for a dataset.Username or organization slug
Dataset identifier slug
Filter metrics by sequence UID
Metrics summary for annotation issues
Tool Methods
client.annotation_issues.list_tools()
List available annotation quality control tools for a dataset type.Type of dataset (e.g., “image”, “video”, “lidar”)
List of available QC tools with their problem types
Async Methods
All methods are available in async form viaclient.annotation_issues when using AsyncAvala: