# Actions Log

This table contains every datastream action sent through Blynk.Cloud for this device.

![](/files/cAQyE72KGFdklZbIw8rx)

Select or adjust Time Period using the switches on top of the tab.

Table view can be **sorted** by each of 5 data types represented by columns (mind the lazy loading please):

* **Time** – time when device's datastream change was made
* **Name** – name of the event, action or user that made the change to device's datastream. Search is supported.
* **Client** – source where the command was sent from. Filtering is available here (multiple clients can be selected) by the following clients:
  * Android
  * iOS
  * Web
  * HTTPS API
  * Automation
  * Alexa
  * Google Home
  * Other
* **Datastream** – name of datastream that was changed. Search is supported (names only, not IDs)
* **Value** – shows the value that was set during last action. Search is supported.


---

# 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://docs.blynk.io/en/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/devices/device-profile/actions-log.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.
