Status

Analysis - Status API

Parameters Required in API:

Column Column type Remarks
  • analysisName-
string Name of the analysis session to query. Must match the name used when initiating the analysis. Mandatory Parameter.

Output:

Status API
{
 "Count": 1,
 "Result": "Failed",
 "Status": "Success",
 "Message": "Analysis status fetching completed."
}

Parameter Returned in API result.

Column Column type Value Remarks
Count int Count of ticket status Total count of status
Result JSON string All data in JSON array Provide all status data with parameters
Status string Success/Fail This field provides status
Message string Success/Fail This field provides status