Get Annotation Label — API
Retrieve a specific annotation label by UUID, including its type, settings, description, project scope, and allow-notes configuration.
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, or thumbs_up_down. organization
UUID of the organization that owns this label.
project
UUID of the project this label belongs to, or null if global.
description
Description of the label.
settings
Type-specific settings.
allow_notes
Whether annotators can add free-text notes with this label.
created_at
ISO 8601 timestamp of creation.
Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.