# ImmediateResult

An **ImmediateResult** contains a subset of the fields from an [**Event**](https://dfend.gitbook.io/documentation/developer-api/types/event) which was generated at the time a [**Signal**](https://dfend.gitbook.io/documentation/developer-api/types/signal) was received. This data is considered safe for untrusted client environments.

## Attributes

* `id`  <mark style="color:blue;">string</mark>  The unique ID of the signal in our system.
* `subscription`  <mark style="color:blue;">string</mark>  Subscription ID (internal).
* `type`  <mark style="color:blue;">enum</mark>  The event's [Type](https://dfend.gitbook.io/documentation/developer-api/types/event/type).
* `level`  <mark style="color:blue;">enum</mark>  The event's [Level](https://dfend.gitbook.io/documentation/developer-api/types/event/level).


---

# 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://dfend.gitbook.io/documentation/developer-api/types/immediateresult.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.
