Agents

Execute WSA Realtime Endpoint

post/v1/agent

Request body

paramsobject required
localizationboolean
agentstring required

Response

Successful Response

task_idstring required

Unique identifier for the task.

urlstring required

The final URL.

status'success' | 'skipped' | 'fatal' | 'error' | 'postponed' | 'ignored' | 'rejected' | 'blocked' required

The status of the task.

status_codenumber

The HTTP status code of the task.

warningsstring[]

List of warnings generated during the task.

Changes