Status
Analysis - Status API
| API | Status |
| Purpose | Retrieves the current execution status and progress information for a specified analysis job. Returns detailed status including processing stage, completion percentage, record counts, error messages, and timestamps for initiated and completed phases |
| API URL | https://<API URL>:<API Port> /api/v1/analysis/status |
| Authentication type | Basic /Bearer |
| Method Input | GET |
Parameters Required in API:
| Column | Column type | Remarks |
|
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 |