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

curl --request GET "https://api-asm1.apica.io/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"
}
NameType 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.