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

# TapActionRun

> What tap.actions.run resolves to: the run the owner approves or rejects on the host's approval card.

What `tap.actions.run` resolves to: the run the owner approves or rejects on
the host's approval card.

## Properties

### actionId

```ts theme={null}
actionId: string;
```

***

### id

```ts theme={null}
id: string;
```

***

### requestedAt

```ts theme={null}
requestedAt: string;
```

***

### status

```ts theme={null}
status: "pending" | "approved" | "rejected" | "succeeded" | "failed";
```
