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
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",
"screenshots": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
| Name | Type | Description |
|---|---|---|
| in_process | Boolean | No documentation available. |
| is_error | Boolean | No documentation available. |
| error_step_id | Integer | No documentation available. |
| error_step_name | String | No documentation available. |
| error_text | String | No documentation available. |
| screenshots | Object | No documentation available. |