GET /log?topic_id=xxxxxxxx-xxxx-xxxx-xxxx&cursor=xxxxxx&count=10 HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <AuthorizationString>
GET /log
Field Name | Type | Location | Required | Description |
topic_id | string | query | Yes | Log topic ID |
cursor | string | query | Yes | Cursor obtained through the log cursor getting API |
count | string | query | Yes | Number of logs to be downloaded. Maximum value: 1000 |
HTTP/1.1 200 OKContent-Type: application/x-protobufContent-Length: 23x-cls-cursor: xxxxxxx-cls-count:10<Packaged content of `LogGroupList` in pb format>
Header Name | Description |
x-cls-cursor | Current log cursor for use by next download |
x-cls-count | Number of logs downloaded in the current request |
LogGroupList object is returned. For the pb file description, please see Uploading Structured Logs.Feedback