Get Label
Label
Get Label
Retrieves a single label by its UUID. The label must belong to the caller’s organization; cross-organization lookups return 404 (not 403) to avoid leaking existence of resources in other organizations.
GET
Get Label
Authorizations
Path Parameters
UUID of the label to retrieve.
Response
Label successfully retrieved
Single-resource response envelope for label endpoints.
A label (label category) used to classify conversations and drive AI flows, scorecard criteria, and intelligence-item-collection criteria. Labels are scoped to a single organization.
Example:
{
"uuid": "fe515723-fe2e-4959-a5fa-c4d3937fe7e4",
"name": "Buying Signal",
"description": "Conversations where the prospect expresses a buying signal.",
"aiFlow": true,
"allTeams": false,
"isDefaultTemplate": false,
"options": [
{
"value": "high-intent",
"description": "Prospect has explicit buying signals"
}
],
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"createdAt": "2026-04-16T18:00:00Z"
}