Get Label
Retrieve a specific annotation label by ID.
GET
https://api.futureagi.com/model-hub/annotations-labels/{id}/ Authentication
Path parameters
id
UUID of the label
Response
200 OK id
UUID of the label.
name
Display name.
type
Label type (text, categorical, numeric, star, thumbs_up_down).
description
Description of the label.
settings
Type-specific settings.
created_at
ISO 8601 timestamp of creation.
updated_at
ISO 8601 timestamp of last update.