All Products
Search
Document Center

Simple Log Service:GetAnnotationLabel

Last Updated:Oct 09, 2025

Retrieves a label table by its ID.

Operation description

The endpoint for this operation is available only in the China (Shanghai) and Singapore regions.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /ml/annotationlabel/{labelId} HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

labelId

string

No

The ID of the label.

sls_builtin_4e0aba6d9664073513e9954fb57bd799

Response elements

Element

Type

Description

Example

MLLabelParam

The label table struct.

Examples

Success response

JSON format

{
  "labelId": "abbd488f6dd42d294495fb780858e83d",
  "name": "标签表",
  "description": "默认表",
  "type": "xxx",
  "settings": [
    {
      "mode": "builtin",
      "type": "Trace.RCA",
      "config": "\"\"",
      "version": "0.01"
    }
  ],
  "createTime": 1695090077,
  "lastModifyTime": 1695090077
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.