Skip to main content
GET
cURL

Authorizations

X-Avala-Api-Key
string
header
required

API key for authentication. Generate one in Mission Control Settings > Security & Identity.

Path Parameters

owner_name
string
required
slice_slug
string
required
item_uid
string
required

Query Parameters

project_id
string

Show only items with tasks from given project

status
enum<string>

Show only tasks with given status

Available options:
all,
complete,
pending,
skipped

Response

200 - application/json
key
string
required
Required string length: 1 - 1024
id
integer
read-only
uid
string<uuid>
read-only
dataset
string
read-only
dataset_owner_name
string
read-only

Owner handle/slug of the item's source dataset, for dataset-scoped URLs (e.g. the image-segmentation submit endpoint). A slice can reference datasets owned by other users/orgs, so this is not necessarily the slice owner.

Minimum string length: 1
dataset_slug
string
read-only

Slug of the item's source dataset.

Minimum string length: 1
url
string
read-only
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only
gpu_texture_url
string
read-only
metadata
Metadata · object
thumbnails
(string | null)[]
read-only
video_thumbnail
string
read-only

Get the URL for the video thumbnail (.webm clip) if available.

Minimum string length: 1
export_snippet
Export snippet · object | null
read-only
annotations
object
crop_data
object