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

# action_hash

> Return the action hash used to bind approvals to an exact action (SPEC-v0.1 §2.3).

`ctrlrun.action_hash` — function, defined at `src/ctrlrun/action.py:327`

```python theme={null}
from ctrlrun import action_hash
```

```python theme={null}
def action_hash(action: Action) -> str
```

Return the action hash used to bind approvals to an exact action (SPEC-v0.1 §2.3).

## Next

* [Python API index](/reference/api/index).
* [Get started](/get-started/quickstart) · [Why](/why).


## Related topics

- [Action](/reference/api/Action.md)
- [Approval](/reference/api/Approval.md)
- [LangGraph with interrupt()](/cookbook/langgraph-interrupt.md)
- [Threat model](/THREAT_MODEL.md)
- [Receipt and event schemas](/reference/receipt-and-event-schemas.md)
