Queries a list of tag tables.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /ml/annotationlabel HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
offset | integer | No | The line from which the query starts. | 0 |
size | integer | No | The number of entries per page. | 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"data": [
{
"labelId": "abbd488f6dd42d294495fb780858e83d",
"name": "",
"description": "",
"type": "xxx",
"settings": [
{
"mode": "builtin",
"type": "Trace.RCA",
"config": "\"\"",
"version": "0.01"
}
],
"createTime": 1695090077,
"lastModifyTime": 1695090077
}
],
"total": 20
}
Error codes
For a list of error codes, visit the Service error codes.