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

NameDescription
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"
  ]
}
NameType Description
in_processBoolean

No documentation available.

is_errorBoolean

No documentation available.

error_step_idInteger

No documentation available.

error_step_nameString

No documentation available.

error_textString

No documentation available.

screenshotsObject

No documentation available.