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 issue details

GET
{{env}}/uniform/openapi/issueInfo{{signature}}
get issue details
China Website: https://crashsight.qq.com
Overseas website: https://crashsight.wetest.net

Request

Query Params

Header Params

Responses

🟢200成功
application/json
Body

Example
{
    "status": 200,
    "ret": {
        "issueId": "E91CFDD6B0ADF329B3DFC7C7EE0ED952",
        "exceptionName": "SIGILL(ILL_ILLOPC)",
        "exceptionMessage": "",
        "keyStack": "#00 pc 0000000002f0248c libUE4.so Reset (D:/SA_Client\\SA\\branches\\obt\\UE4Engine\\Engine\\Source\\Runtime\\Core\\Public\\Containers/SparseArray.h:254) [arm64-v8a]",
        "lastestUploadTime": "2021-06-15 11:54:36 199",
        "latestUploadTimestamp": 0,
        "imeiCount": 1,
        "sysImeiCount": 0,
        "count": 1,
        "sysCount": 0,
        "version": "#$cv#$",
        "tagInfoList": [],
        "processor": "",
        "status": 0,
        "firstUploadTime": "2021-06-15 11:54:36 199",
        "firstUploadTimestamp": 1623729276199,
        "issueHash": "E9:1C:FD:D6:B0:AD:F3:29:B3:DF:C7:C7:EE:0E:D9:52",
        "ftName": "",
        "issueVersions": [
            {
                "version": "1.0.1.10002",
                "firstUploadTime": "2021-06-15 11:54:36 199",
                "firstUploadTimestamp": 0,
                "lastUploadTime": "2021-06-15 11:54:36 199",
                "lastUploadTimestamp": 0,
                "count": 1,
                "deviceCount": 1
            }
        ],
        "detailId": "",
        "parentHash": "",
        "bugs": null
    }
}
Modified at 2023-09-13 07:44:33
Previous
Get notes based on issue ID
Next
Get the most recent crash hash based on issue ID
Built with