> ## Documentation Index
> Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Device Overview & Historical Action Management

You can view and manage all the historical actions from this section.

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/98486da1-f1c4-49b2-9b04-4a314676a97b/6c5ae1c5-d653-4d0f-a3d6-c31182a87320/images/11147463-89a7-4b4d-b76d-31ef95308759.gif)

## Filters for Historical Actions

Locating a specific historical action can be tricky when there are numerous actions. The Bytebeam console provides a Filters option to streamline this process.

To apply filters to find a specific historical action, follow these steps:

<Steps>
  <Step title="Access Actions Tab"> Click on the **Actions** tab at the top. </Step>
  <Step title="Navigate to Action Detail Page"> Select an action from the **Actions List** and click on the **View Details** button at the top. </Step>
  <Step title="Go to Device Overview"> Click on the **Eye** icon next to any device in the Devices List. </Step>
  <Step title="Select Filter Options"> Choose from Action Ids, Creators, or Action Types and select the appropriate option from the dropdown. </Step>
  <Step title="Apply the Filter"> Click the dropdown to apply the filter. </Step>
</Steps>

Once applied, the selected filters will appear at the top with the corresponding keys and values.
<Note>You can use a combination of filters to narrow down your search to specific historical actions.</Note>

## Show Incomplete Actions

To view only incomplete historical actions, toggle the **Show Incomplete Actions** option.

## Mark All as Complete

You can mark all historical actions as completed for a specific device. Simply click on the **Mark All Complete** button and confirm the completion.

## Manage Historical Actions

For any historical action on a device, you can perform the following operations:

<AccordionGroup>
  <Accordion title="View Payload">
    You can view the payload sent while triggering the selected action.

    <Note>This option is disabled if the action has no payload type associated with it.</Note>
  </Accordion>

  <Accordion title="Mark Action on Device as Completed">
    You can mark the selected historical action as completed on a specific device. Simply click the **Mark Action on Device as Completed** icon and confirm the action.

    <Note>This option will be unavailable if the action has already been completed or failed.</Note>
  </Accordion>

  <Accordion title="Mark Action as Completed">
    You can mark the entire historical action as completed. Just click the **Mark Action as Completed** icon and confirm the action.
    <Note>This option will be unavailable if the action is already completed or failed.</Note>
  </Accordion>

  <Accordion title="Action Progress Logs">
    You can view the progress logs of the selected action by clicking the **Action Progress Logs** icon.
  </Accordion>

  <Accordion title="More Details">
    To see a detailed page of the historical action, which includes the list of devices on which the action was triggered, click the **More Details** icon.
  </Accordion>
</AccordionGroup>
