List Job History by Pam Group And Status

This function is one of Open API Operation. You can find the movie in ARGOS RPA+ video tutorial.


GET /openapi/v1/pamGroup/jobs/history

Example request :

Example Request 
GET /openapi/v1/pamGroup/jobs/history?apiKey=abcd4eb2b12345c74c18&groupId=ABCDEFGH&startDate=1640962800000&endDate=1651676399000&status=F&page=1&size=10&orderBy=16&sortBy=DESC HTTP/1.1
Host: https://api2-rpa.argos-labs.com/



FieldTypeDescriptionRequired
apiKeyStringAPI Token Key created by your accountTrue
groupIdStringUnique Id of Pam GroupTrue
startDateLongDate when the job history startsTrue
endDateLongDate when the job history endsTrue
statusStringStatus : F (Failure) / S (Success)False
orderByStringValue to order data (check below)False
sortByStringDESC / ASCFalse



Value of OrdeBy 

23459101112141516
site_codesite_typesite_descriptionupdate_dtequip_codeequip_nameequip_maccollect_timecollect_statusstart_timedone_time



Example response:

Example Response

{
    "message": "OK",
    "status": 200,
    "error": null,
    "data": [
        {
            "id": 123456,
            "scenarioId": "1234",
            "scenarioName": "TEST Scenario",
            "uxRobotId": "1234",
            "uxRobotName": "UXROBOT",
            "scheduledTime": 1646855820000,
            "jobStartDate": 1646888225699,
            "jobEndDate": 1646888226259,
            "status": "F",
            "failReason": "[1], [Navigate] Failed due to running chrome. Please check chrome and exit. If it still doesn't work, please go to taskmanager and end chromedriver.exe [Failed][operation:1]",
            "stepOrder": null,
            "schedule": null,
            "skipFilterList": null,
            "operationOrder": null,
            "returnCode": null,
            "taskType": null,
            "createDate": null,
            "updateDate": 1643199863000,
            "creator": null,
            "modifier": null
        },
        ... (skip) ...
    ]
}



FieldTypeDescription
idLongUnique ID
scenarioIdStringUnique ID of Scenario
scenarioNameStringName of Scenario
uxRobotIdStringUnique Id of UxRobot
uxRobotNameStringName of UxRobot
scheduleTimeLongTime set on Schedule
jobStartDateLongDate when job started
jobEndDateLongDate when job ended
statusStringF (Failure) / S (Success)
failReasonStringReason of Failure
stepOrderLongNumber of order in scenario
scheduleScheduleDetails of Schedule
skiplFilterListListList of Skip Filter
operationOrderLongNumber of operation in scenario
returnCodeString Return Code of Scenario
taskTypeString Type of task : on demand, openapi, ebot, schedule
createDateLong Date when it's created
updateDateLong Date when it's modified
creatorString User ID who created it
modifierStringUser ID who modified it




Need help?

Technical contact to tech@argos-labs.com


May you search all operations,