List issues by sequence
Retrieve all annotation issues for a specific sequence.Parameters
The unique identifier of the sequence
Filter by specific dataset item UID
Filter by specific project UID
Returns
Returns an array of annotation issue objects.Create an annotation issue
Create a new annotation issue for a sequence.Parameters
The unique identifier of the sequence
UID of the annotation tool related to the issue
UID of the problem type
Dataset item UID where the issue was found
Project UID where the issue was found
Priority level of the issue (e.g., ‘low’, ‘medium’, ‘high’)
Severity of the issue (e.g., ‘minor’, ‘major’, ‘critical’)
Detailed description of the issue
The incorrect class that was annotated
The correct class that should be annotated
Whether the item should be re-annotated
Whether the annotation should be deleted
Range of frames affected by the issue
Coordinates of the issue location
Additional query parameters
UID of the specific object with the issue
Returns
Returns the created annotation issue object.Unique identifier for the issue
Dataset item UID
Sequence UID
Project details
User who reported the issue
Priority level
Severity level
Issue description
Current status of the issue
Tool details
Problem type details
Incorrect class
Correct class
Whether re-annotation is needed
Whether deletion is recommended
Affected frame range
Location coordinates
Additional query parameters
Object UID
ISO 8601 timestamp of creation
ISO 8601 timestamp when closed
Update an annotation issue
Update an existing annotation issue.Parameters
The unique identifier of the sequence
The unique identifier of the issue to update
New status for the issue
New priority level
New severity level
Updated description
Updated tool UID
Updated problem UID
Updated wrong class
Updated frame range
Returns
Returns the updated annotation issue object.Delete an annotation issue
Delete an annotation issue.Parameters
The unique identifier of the sequence
The unique identifier of the issue to delete
Returns
Returns void on success.List issues by dataset
Retrieve all annotation issues for a dataset.Parameters
The owner of the dataset (username or organization slug)
The slug of the dataset
Filter by specific sequence UID
Returns
Returns an array of annotation issue objects.Get issue metrics
Retrieve metrics and statistics about annotation issues in a dataset.Parameters
The owner of the dataset (username or organization slug)
The slug of the dataset
Filter metrics by specific sequence UID
Returns
Count of issues by status
Count of issues by priority
Count of issues by severity
Average time to close all issues in seconds
Average time to close customer-reported issues in seconds
Average age of unresolved issues in seconds
Average age of unresolved customer-reported issues in seconds
Count of objects by problem type
List available tools
Retrieve available annotation tools for creating issues.Parameters
Type of dataset (e.g., ‘image’, ‘video’, ‘lidar’)
Returns
Returns an array of annotation issue tool details.Unique identifier for the tool
Name of the tool
Dataset type the tool is for
Whether this is a default tool
Array of available problem types for this tool