# actions

#### actions

An array of [\<action\_obj>](https://hh-specs.handhistory.org/action-object/action_obj) objects outlining the actions performed within the round in the order that they were performed.

{% hint style="info" %}
Maintaining the order of the actions is important.  The first action should be in array position 0, the second action in array position 1, etc.
{% endhint %}

**Type:** array of [\<action\_obj>](https://hh-specs.handhistory.org/action-object/action_obj) objects

**Example:**

```javascript
"actions": [
    <action_obj>,
    <action_obj>,
    ...
]
```
