You need to enable JavaScript to run this app.
文档中心
应用性能监控全链路版

应用性能监控全链路版

复制全文
下载 pdf
崩溃
PCIssueListDownload
复制全文
下载 pdf
PCIssueListDownload
下载崩溃列表。
请求说明
客户端监控已在全球多个地域部署服务,旨在为您提供更稳定、低延迟的访问体验。您可以通过查阅 服务地址 文档,根据业务所在地选择最合适的接入点。
  • 请求方式:POST
  • 请求地址:https://apmplus-openapi.cn-beijing.volcengineapi.com?Action=PCIssueListDownload&Version=2022-10-28
请求参数
下方仅列出该接口特有的请求参数和部分公共参数,更多详细信息参见 公共参数
参数
类型
是否必选
示例值
描述
Action
String
PCIssueListDownload
接口名称。当前 API 的名称为 PCIssueListDownload
Version
String
2022-10-28
接口版本。当前 API 的版本为 2022-10-28
app_id
Integer
12345
App ID。
page_num
Integer
1
崩溃列表页数。
page_size
Integer
1
一次返回崩溃数。
start_time
Integer
1656288235
开始时间。
end_time
Integer
1656288235
结束时间。
order
String
desc
排序方式。
  • asc:正序
  • desc:倒序
order_by_metric
String
user
用哪个字段排序。
  • count
  • user
search_text
String
stack info
堆栈过滤字段。
search_type
Integer
1
堆栈过滤方式。
  • 0:字符串
  • 1:正则
region
String
cn
请求区域, 默认cn。
issue_ids
Array of String
[]
搜索的崩溃ID,为空全搜索。
filters
Object of Condition
-
过滤条件。
context
JSON Map
{os_version_parsed: ["10.0.17763 2928", "10.0.10586 0"]}
自定义context,key-value样式,是您自定义的筛选项。
issue_states
Array of String
["unassigned", "doing", "done", "be_processed_again"]
过滤的issue状态。
issue_managers
Array of String
["zhangshan"]
过滤崩溃管理人列表。
crash_time_type
String
server_time
时间类型。
  • server_time:服务端时间
  • client_time:客户端时间
is_first_issue
Boolean
false
是否为新发现的issue。
issue_levels
Array of Integer
[]
过滤issue等级。
tag_op
String
not_in
tag过滤方式。
  • not_in:不包含
  • in:包含
issue_tags
Array of TagAndGroupId
-
tag列表。
crash_type
String
""
崩溃类型,pc_jank或者空。
Condition
参数
类型
是否必选
示例值
描述
op
String
in
查找类型。
  • in
  • >
  • <
type
String
and
条件类型。
  • and
  • or
values
Array of String
["1", "2"]
维度值
dimension
String
dim1
过滤维度。
sub_conditions
Array of Condition
[ { "dimension": "parse_success", "op": "in", "values": [ "1" ], "groupKey": "dimension" } ]
具体条件。
Context
参数
类型
是否必选
示例值
描述
key
String
os_version_parsed
自定义筛选项的关键字。
value
Array of String
["10.0.17763 2928", "10.0.10586 0"]
自定义筛选项的取值。
TagAndGroupId
参数
类型
是否必选
示例值
描述
tag_id
Integer
1
标签ID。
group_id
Integer
1
标签组ID。
请求示例
POST https://apmplus-openapi.cn-beijing.volcengineapi.com?Action=PCIssueListDownload&Version=2022-10-28
{
"app_id": 12345,
"page_num": 1,
"page_size": 1,
"start_time": 1656288235,
"end_time": 1656288235,
"crash_time_type": "server_time",
"search_type": 1,
"order": "desc",
"filters": {
"op": "in",
"values": [
"1",
"2"
],
"context": {
"os_version_parsed": [
"10.0.17763 2928",
"10.0.10586 0"
]
},
"type": "and",
"sub_conditions": [
{
"dimension": "parse_success",
"op": "in",
"values": [
"1"
],
"groupKey": "dimension"
}
],
"dimension": "dim1"
},
"issue_levels": [],
"issue_states": [
"unassigned",
"doing",
"done",
"be_processed_again"
],
"region": "cn",
"issue_ids": [],
"issue_managers": [
"zhangshan"
],
"search_text": "stack info",
"tag_op": "not_in",
"crash_type": "",
"order_by_metric": "user",
"issue_tags": [
{
"tag_id": 1,
"group_id": 1
}
],
"is_first_issue": true
}
返回参数
参数
类型
示例值
描述
data
File
PK....
excel 文件内容。
返回示例
{
"data": "PK...."
}
错误码
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。
最近更新时间:2026.08.28 16:24:39
这个页面对您有帮助吗?
有用
有用
无用
无用