> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/access-request-approval-action-list.md).

# AccessRequestApprovalActionList

A wrapper around a list of `AccessRequestApprovalAction` so the result can participate in a union with error types.

```graphql
type AccessRequestApprovalActionList {
  actions: [AccessRequestApprovalAction!]!
}
```

### Fields

#### actions ● [`[AccessRequestApprovalAction!]!`](/api/graphql/data-access/object-types/access-request-approval-action.md) non-null object <a href="#actions" id="actions"></a>

### Implemented By

[`AccessRequestApprovalActionListResult`](/api/graphql/data-access/unions/access-request-approval-action-list-result.md) union
