# Progress Event

Emitted during scan execution. No guaranteed ordering or count of progress events.

{% code lineNumbers="true" %}

```
event: progress
id: 1775848022966-0
data: {"percent": 10, "current_task": "Initialize ChromeDriver and load the target url"}
```

{% endcode %}

{% code lineNumbers="true" %}

```
event: progress
id: 1775848025913-0
data: {"percent": 40, "current_task": "Fetch IP, server, DNS, SSL, domain,... and phishing/scam analysis data"}
```

{% endcode %}

{% code lineNumbers="true" %}

```
event: progress
id: 1775848027432-0
data: {"percent": 55, "current_task": "Threat intelligence lookup"}
```

{% endcode %}

{% code lineNumbers="true" %}

```
event: progress
id: 1775848028596-0
data: {"percent": 70, "current_task": "Capture html, screenshot and perform AI-powered phishing and scam analysis"}

```

{% endcode %}

{% code lineNumbers="true" %}

```
event: progress
id: 1775848047907-0
data: {"percent": 100, "current_task": "Generate final results"}
```

{% endcode %}

**Payload:**

| **Field**      | **Type** | **Description**                            |
| -------------- | -------- | ------------------------------------------ |
| `percent`      | integer  | Progress percentage (0–100)                |
| `current_task` | string   | Human-readable description of current step |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oten.gitbook.io/oten-trust-support/documentation/api-reference/api-reference/scan-url-via-server-sent-events/progress-event.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
