Crashsight OpenAPI
  1. Crash/Exception Analysis
Crashsight OpenAPI
  • API Reference
    • Introduction
    • Overview Statistics
      • Get hourly top issue list
      • Get trend data for the last N days
      • Get overview of data analysis for a single day, including crash, ANR and error
      • Get cumulative trend data
      • Get hourly trend data
      • Get cumulative trend data
      • Get top issue list
      • Get hourly trend data
    • Crash/Exception Analysis
      • To set issue-level tags.
        POST
      • Get device list based on stack keyword
        POST
      • Get crash user list within a specific time period
        POST
      • Get crash statistics based on stack keyword
        POST
      • Get crash Stat based on device ID
        POST
      • Get crashHash list based on issue ID
        POST
      • Get OpenId base on device ID
        POST
      • Get notes based on issue ID
        GET
      • Get issue details
        GET
      • Get the most recent crash hash based on issue ID
        GET
      • Get the list of crash hashes based on an issue ID
        GET
      • Get the trace data, trace logs, additional information, and custom key-value pairs
        GET
      • Get crash details
        GET
      • Get Issue list
        POST
      • Get Advanced Trends(Private test)
        POST
    • Others
      • Get the list of versions, bundle, and handlers
      • Get the crash details based on OpenID
  • Post upload symbol
    POST
  1. Crash/Exception Analysis

Get crashHash list based on issue ID

POST
{{env}}/uniform/openapi/getCrashDeviceInfo/platformId/{{platformId}}/{{signature}}
China Website: https://crashsight.qq.com
Overseas website: https://crashsight.wetest.net
download python code example:https://crashsight-docs-1258344700.cos.ap-shanghai.myqcloud.com/uniform/crashsight_openapi_v1_getCrashDeviceInfo.py

Request

Header Params

Body Params application/json

Example
{
    "requestid": "string",
    "stime": "string",
    "etime": "string",
    "filters": {
        "issue": "string"
    },
    "limit": 0,
    "type": "string",
    "appId": "string"
}

Responses

🟢200成功
application/json
Body

Example
{
    "requestid": "4f395abb53e82a1e1f57c7c86feb4cc4",
    "code": 200,
    "errmsg": "null",
    "data": {
        "columns": "null",
        "values": null,
        "results": {
            "issueId": "53697147EAB75800C7B297549E31EF61",
            "crashTime": "2021-11-26 20:52:10 354",
            "crashId": "3C96296D4312F12ACAF6DEBFC22443AB",
            "user": "597862998"
        }
    },
    "cost": 0
}
Modified at 2025-06-17 06:29:36
Previous
Get crash Stat based on device ID
Next
Get OpenId base on device ID
Built with