> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/user-guide/remote-actions/using-remote-actions/monitoring-specific-remote-action-executions.md).

# Monitoring specific remote action executions

The details page shows execution details for a specific remote action.

## Accessing Remote actions overview <a href="#usingremoteactions-accessingremoteactions" id="usingremoteactions-accessingremoteactions"></a>

To access the execution details page, you can:

* Select **Manage remote actions.**
  * Hover over a remote action to reveal the action menu on the left side of the table.
  * Click the **Details** to view the execution details page.
* Select an existing remote action from the list in the navigation panel.
* Select an existing remote action from the **Remote actions overview** page.

## Timeframe picker and filtering considerations <a href="#usingremoteactions-usingtheremoteactionsoverviewpage" id="usingremoteactions-usingtheremoteactionsoverviewpage"></a>

Use the timeframe picker in the top-right corner of the page to select a preset timeframe or a custom time period. The system applies the chosen timeframe to all widgets on the page. If you do not specify a timeframe, the default is **Last 7 days**.

If you have accessed the remote actions details page from **Remote actions overview**, the previously selected timeframe and filters apply.

## Exploring remote action details page

<figure><img src="/files/U8Q7CY7K8v310fVgqHg9" alt="2024-01-11_16-50-33.png" width="758"><figcaption></figcaption></figure>

### Remote action executions

The **Remote action executions** gauge and timeline show executions that are a **Success** and those that have **Failed**. Click on the gauge labels to apply filters to the whole page.

### Remote action executions breakdown

The **Executions** bar charts show a breakdown by **Platform**, **Purpose** and **Trigger**. Hover over the total number of executions and click on the action menu to drill down to:

* Execution summary statistics without device details.
* Execution details with device information and outputs.

### Remote action statuses

The **Devices** table shows a breakdown by execution status. Hover over the total number of devices and click on the action menu to drill down to:

* The last successful execution per device for the remote action.
* Execution details with device information and outputs.

{% hint style="info" %}
The execution details and last successful execution drill-down are only available for Infinity remote actions that have not been deleted from the dashboard.
{% endhint %}

### Top 10 error messages

Explore the top 10 error messages associated with failed executions. Hover over the description to reveal the complete error message.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/user-guide/remote-actions/using-remote-actions/monitoring-specific-remote-action-executions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
