get https://api.sama.com/v2/projects//tasks//rounds//steps//answers.json
Get the task annotations for a specific round and step. The response returns an object, excluding hidden outputs.
Use the skip_interpolation=true
query parameter if you want to skip interpolation for object and shape locations. When this parameter is set, location fields will not be included.
If the coordinate_system=transformed
query parameter is used, the conversion from the task coordinate system to the original system (in case a " Translations" computed input is present) will not be applied for 3D cuboids. By default, coordinate_system=original is applied, meaning the conversion is performed.
For 3D cuboids, additional fields such as position_center, direction, and dimensions are included in the response.