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

# List Actions

Retrieves all actions configured in the account.

## Example Output

```json theme={"dark"}
{
  "actions": [
    {
      "id": 238258, //this is the action identifier
      "name": "Check Out - R",
      "type": "ReservationAction",
      "key": "check_out_r",
      "account_id": 21040, //account that this action belongs to same as a user belonging to that account
      "entity_id": 139256,
      "has_all_entities": true,
      "has_all_statuses": true,
      "auto_return_linked_action": false,
      "fields_counter": 9,
      "is_default": false,
      "is_returnable": true,
      "is_auto_returnable": false,
      "allow_attachment_on_open": false,
      "allow_attachment_on_return": true,
      "perform_on_not_returned": true,
      "created_at": "2021-05-25T13:52:57.000Z",
      "updated_at": "2022-05-10T15:09:02.000Z",
      "ordering": 0,
      "track_gps": true,
      "return_name": "Check In - R",
      "change_return_name": true,
      "deactivate_depreciation": false,
      "blocked_by_reservation_action_ids": [],
      "is_system": false,
      "feature_id": 0,
      "is_creating_entity_objects": false,
      "on_web_perform_group_action_before_scan_records": "scan_first",
      "on_mobile_perform_group_action_before_scan_records": "scan_first",
      "is_active": true
    },
    {
      "id": 238305,
      "name": "DD Check Out",
      "type": "ReservationAction",
      "key": "dd_check_out",
      "account_id": 21040,
      "entity_id": 139257,
      "has_all_entities": true,
      "has_all_statuses": true,
      "auto_return_linked_action": false,
      "fields_counter": 18,
      "is_default": false,
      "is_returnable": true,
      "is_auto_returnable": false,
      "allow_attachment_on_open": false,
      "allow_attachment_on_return": true,
      "perform_on_not_returned": false,
      "created_at": "2021-05-25T13:53:02.000Z",
      "updated_at": "2021-05-25T13:53:02.000Z",
      "ordering": 0,
      "track_gps": true,
      "return_name": "DD Check In",
      "change_return_name": true,
      "deactivate_depreciation": false,
      "blocked_by_reservation_action_ids": [],
      "is_system": false,
      "feature_id": 0,
      "is_creating_entity_objects": false,
      "on_web_perform_group_action_before_scan_records": "scan_first",
      "on_mobile_perform_group_action_before_scan_records": "scan_first",
      "on_web_populating_variable_fields": "fill_after",
      "on_mobile_populating_variable_fields": "fill_after",
      "is_active": true
    }
  
  ]
}
```

## Workflow Library Example

[List Actions with Asset Panda and Send Results Via Email](https://library.blinkops.com/workflows/list-actions-with-asset-panda-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-actions-with-asset-panda-and-send-results-via-email/canvas" />
</div>
