All Products
Search
Document Center

Simple Log Service:GetAnnotationData

Last Updated:Oct 09, 2025

Retrieves a data struct from a dataset by its unique identity.

Operation description

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/annotationdataset/{datasetId}/annotationdata/{annotationdataId} HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

datasetId

string

No

The unique identity of the dataset.

cb8cc4eb51a85e823471cdb368fae9be

annotationdataId

string

No

The unique identity of the data.

2156d560fc7c01420542df92cd6365ds

Response elements

Element

Type

Description

Example

MLDataParam

The data struct.

Examples

Success response

JSON format

{
  "annotationdataId": "dc74b0f569126bb310e1ba6454c351ac",
  "dataHash": "59db060bd89468245d76416a68a510ac",
  "datasetId": "cb8cc4eb51a85e823471cdb368fae9be",
  "value": "xxx/xxx/xxx/",
  "valueType": "oss",
  "config": {
    "key": "simulator-nginx-demo"
  },
  "annotations": {
    "key": {
      "annotatedBy": "xxxx",
      "updateTime": 1694761550,
      "results": [
        {
          "key": "SPIKE_UP_TYPE"
        }
      ]
    }
  },
  "predictions": {
    "key": {
      "annotatedBy": "xxx",
      "updateTime": 1694761550,
      "results": [
        {
          "key": "SPIKE_UP_TYPE"
        }
      ]
    }
  },
  "createTime": 1695094335,
  "lastModifyTime": 1695094335
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.