GET scenarios/browser/job?agent_type={agent_type}&agent_id={agent_id}&agent_url={agent_url}&job_id={job_id}
Gets a scenario result.
URL Parameters
Name | Description |
---|---|
agent_type | Agent type of job descriptor. |
agent_id | Agent id of job descriptor. |
agent_url | Agent url of job descriptor. |
job_id | Job id of job descriptor. |
Remarks
Use after POST-request with returned jod descriptor and repeat until 'in_process' becomes false.Request example
curl --request GET "http://api-wpm2.apicasystem.com/v3/scenarios/browser/job?agent_type=type1&agent_id=3245&agent_url=https://apica.agent.url/&job_id=desc123&auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
{ "in_process": true, "is_error": true, "error_step_id": 1, "error_step_name": "sample string 3", "error_text": "sample string 4" }