Skip to main content
List and retrieve individual items and sequences within datasets.

List Items

Returns all items in a dataset, ordered by most recent first. Items represent individual data files (images, point clouds, etc.) within a dataset.

Parameters

Request

Response

Fields


Get Item

Returns a specific item by its unique identifier, including full metadata and annotation count.

Parameters

Request

Response

Fields


List Sequences

Returns sequences within a dataset. Used for video and LiDAR datasets that contain frame sequences.

Parameters

Request

Response

Fields


Item Status Values

Items progress through various workflow statuses during the annotation lifecycle.

Sequence Status Values

Sequences progress through various workflow statuses during the annotation lifecycle.

Error Responses

Not Found (404)

Returned when the specified owner, dataset, or item does not exist.

Permission Denied (403)

Returned when the authenticated user does not have access to the requested dataset or item.

Unauthorized (401)

Returned when the X-Avala-Api-Key header is missing or contains an invalid key.