查看会话详情
会话
查看会话详情
查看单个会话,并返回其最近事件的一页(向更早方向分页)。
POST
查看会话详情
限制说明
| 项目 | 说明 |
|---|---|
| 速率限制 | 每个 app_key 1,000 次/分钟;50 次/秒 |
| 权限要求 | 无 —— 持有有效的 app_key 即可调用 |
使用说明
- 使用上一次响应的
search_after_ctx翻阅更早的历史。 limit(或旧版num_recent_events)限制事件页大小;默认 100,最大 1000。
授权
App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.
请求体
application/json
查询单个会话,并返回其最近事件的一页(向更早方向分页)。
目标会话 ID。
Minimum string length:
1旧版每页数量:返回的最近事件数。与 limit 同时设置时以 limit 为准;0 使用服务端默认值(100)。
必填范围:
0 <= x <= 1000事件每页数量;优先于 num_recent_events。0 使用服务端默认值(100)。
必填范围:
0 <= x <= 1000上一次响应返回的不透明游标;回传以获取更早的一页。
Maximum string length:
4096响应
Success
Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.