You need to enable JavaScript to run this app.
文档中心
消息队列 RocketMQ版

消息队列 RocketMQ版

复制全文
下载 pdf
消息查询
QueryMessageByTimestamp - 按时间查询消息
复制全文
下载 pdf
QueryMessageByTimestamp - 按时间查询消息
调用 QueryMessageByTimestamp 接口查询分区中指定时间范围内的消息元数据。
使用说明
此接口用于查询指定 Topic 在指定时间范围内的消息列表。按时间范围查询时,会筛选出符合条件的消息列表,适用于范围查询的场景。
注意事项
请求频率:该接口请求频率限制为 100 次/秒;单用户请求频率限制为 20 次/秒
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数
Action string 必选 示例值:QueryMessageByTimestamp
要执行的操作,取值:QueryMessageByTimestamp。
Version string 必选 示例值:2023-01-01
API的版本,取值:2023-01-01。
InstanceId string 必选 示例值:rocketmq-cnai1f0c29ca****
实例 ID。
TopicName string 必选 示例值:my_topic
Topic 名称。
QueryStartTimestamp string 必选 示例值:1661320625
需要查询的起始时间戳。单位为秒。
QueryEndTimestamp string 必选 示例值:1661320682
需要查询的结束时间戳。单位为秒。
PageNumber integer 必选 示例值:1
列表的页码,最小值为 1。每一页的条目数量为 16。
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构
HasMoreMessage boolean 示例值:true
是否还有更多页的消息。此值为true时,您可以再次调用此接口,翻页查询更多消息。
  • true:还有更多页的消息。
  • false:已返回全部消息。
MessageList object[] 示例值:/
符合查询条件的消息列表。
Body string 示例值:aGVsbG8g&*****
消息体。您需要按照自己定义的序列化方式解析消息内容。
MessageKey string 示例值:FDBD
消息 Key。为了避免特殊字符的影响,消息 Key 将会以 Base64 的编码的方式返回,需要通过 Base64 解码后才能查看。
MessageId string 示例值:FDBDDC420003019700000000000000390017014AE5A51A6D2B75****
消息 ID。
MessageSize integer 示例值:332
消息大小,单位为(Byte)。
ProducerHost string 示例值:100.xx.xx.xx:612
生产者实例地址。
Tag string 示例值:FDBD
消息 Tag。
TopicName string 示例值:test
Topic 名称。
IsExist boolean 示例值:true
消息是否仍旧保留在服务端。
  • true:消息存在。
  • false:消息不存在。
CreateTimestamp long 示例值:1683313762
消息生成的时间戳,单位为秒。
StoreTimestamp long 示例值:1683313762
消息被服务端存储的时间戳,单位为秒。
请求示例
POST /?Action=QueryMessageByTimestamp&Version=2023-01-01 HTTP/1.1
Host: rocketmq.cn-beijing.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20260112T094644Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20260112/cn-beijing/RocketMQ/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
{
"InstanceId": "rocketmq-cnai1f0c29ca****",
"TopicName": "my_topic",
"QueryStartTimestamp": "1661320625",
"QueryEndTimestamp": "1661320682",
"PageNumber": 1
}
返回示例
{
"ResponseMetadata": {
"RequestId": "202601121746491921611330545C****",
"Action": "QueryMessageByTimestamp",
"Version": "2023-01-01",
"Service": "RocketMQ",
"Region": "cn-beijing"
},
"Result": {
"HasMoreMessage": true,
"MessageList": [
{
"Body": "aGVsbG8g&*****",
"MessageKey": "FDBD",
"MessageId": "FDBDDC420003019700000000000000390017014AE5A51A6D2B75****",
"MessageSize": 332,
"ProducerHost": "100.xx.xx.xx:612",
"Tag": "FDBD",
"TopicName": "test",
"IsExist": true,
"CreateTimestamp": 1683313762,
"StoreTimestamp": 1683313762
}
]
}
}
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码
错误码
错误信息
说明
200
OK
OK
成功。
400
MissingParameter
The request body is missing a required parameter %s.
缺少%s参数。
400
OperationDenied_InvalidRequest
The request that you specified is not valid.
请求异常,请检查后重试。
400
UnsupportedParameter
The specified parameter %s is unsupported.
不支持%s参数。
400
InvalidParameter
The specified parameter %s is not valid.
参数值%s无效,请检查后重试。
400
NotModifiedParameter
The resource was not changed.
未变更任何配置。
400
InvalidTopicName_AlreadyExists
The specified topic name already exists.
Topic 名称已存在。
400
InvalidGroupId_AlreadyExists
The specified group name already exists.
Group 名称已存在。
400
QuotaExceeded_InstanceNumber
The number of instances exceeds the limit.
实例数量超出上限。
400
QuotaExceeded_TopicNumber
The number of topic exceeds the limit.
Topic 数量超出上限。
400
QuotaExceeded_QueueNumber
The number of queue exceeds the limit.
队列数量超出上限。
400
QuotaExceeded_GroupNumber
The number of group exceeds the limit.
Group 数量超出上限。
400
QuotaExceeded_AuthKeyNumber
The number of authKeys exceeds the limit.
密钥数量超出上限。
400
OperationDenied.InvalidRequest
The request that you specified is not valid.
请求异常,请检查后重试。
400
InvalidPara
The specified parameter is not valid.
参数值无效。
403
OperationDenied_AccountNotAuthorized
You are not authorized to perform this operation.
您不具备相关权限,请授权或切换账号后重试。
403
OperationDenied_InternetAccessEnabled
Internet access is enabled for the instance.
该实例已开启公网访问方式。
403
OperationDenied_InternetAccessDisabled
Internet access is disabled for the instance.
该实例未开启公网访问方式。
403
OperationDenied_InvalidInstanceStatus
The operation is not valid for the current status of the instance.
当前实例状态不允许执行该操作。
403
OperationDenied_TaskIsRunning
An operation is currently in progress. Try again later.
后台任务正在运行中,请稍后再试。
403
OperationDenied_ResourceOccupied
The resource is busy now, please try again later.
资源繁忙,可能由于指定资源正在被访问或回收。
403
OperationDenied_InstanceNotEmpty
The instance that you tried to delete is not empty.
期望删除的实例资源不为空。
403
OperationDenied_VersionUnsupported
The current instance version does not support this operation.Please upgrade the instance and try again.
当前实例版本不支持指定操作,请升级实例后再试。
403
OperationDenied.VersionUnsupported
The current instance version does not support this operation.Please upgrade the instance and try again.
当前实例版本不支持指定操作,请升级实例后再试。
403
OperationDenied.TaskIsRunning
An operation is currently in progress. Try again later.
后台任务正在运行中,请稍后再试。
403
OperationDenied.InvalidInstanceStatus
The operation is not valid for the current status of the instance.
当前实例状态不允许执行该操作。
403
OperationDenied.ResourceOccupied
The resource is busy now, please try again later.
资源繁忙,可能由于指定资源正在被访问或回收。
403
OperationDenied.AccountNotAuthorized
You are not authorized to perform this operation.
您不具备相关权限,请授权或切换账号后重试。
404
InvalidInstanceId_NotFound
The specified Instance ID does not exist.
实例不存在。
404
InvalidTopicName_NotFound
The specified topic does not exist.
Topic 不存在。
404
InvalidGroup_NotFound
The specified group does not exist.
Group 不存在。
404
InvalidAccessKeyId_NotFound
The specified accessKey does not exist.
AccessKey 不存在。
404
InvalidMessageId_NotFound
The message ID does not exist in the instance %s.
Message ID 不存在。
404
InvalidEip_NotFound
The specified EIP does not exist.
EIP 不存在。
404
InvalidTopicName.NotFound
The specified topic does not exist.
Topic 不存在。
404
InvalidInstanceId.NotFound
The specified Instance ID does not exist.
实例不存在。
500
InternalError
The request failed due to some unknown error, exception or failure.
内部错误,请稍后再试。
500
ServerInternalError
The request failed due to some unknown error, exception or failure.
服务内部错误。
503
ServiceUnavailable
The request failed due to a temporary failure of the server.
当前服务暂时不可用。
最近更新时间:2026.02.13 18:31:53
这个页面对您有帮助吗?
有用
有用
无用
无用