Skip to main content
GET
Get a label by ID

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

labelId
string<uuid>
required

ID of the label to retrieve

Query Parameters

organisation_id
string<uuid>

ID of the organisation

workspace_id
string

ID or slug of the workspace

Response

Label details

id
string<uuid>

Unique identifier for the label

name
string

Name of the label

description
string

Description of the label

color_code
string

Color code for the label

organisation_id
string<uuid>

ID of the organisation the label belongs to

workspace_id
string<uuid>

ID of the workspace the label belongs to

is_universal
boolean

Whether the label is universal

created_at
string<date-time>

When the label was created

last_updated_at
string<date-time>

When the label was last updated

status
string

Status of the label

Last modified on April 8, 2026