[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getActionMaxLevel](./bitburner.bladeburner.getactionmaxlevel.md)
## Bladeburner.getActionMaxLevel() method
Get the maximum level of an action.
Signature:
```typescript
getActionMaxLevel(type: string, name: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | string | Type of action. |
| name | string | Name of action. Must be an exact match. |
Returns:
number
Maximum level of the specified action.
## Remarks
RAM cost: 4 GB
Returns the maximum level for this action.
Returns -1 if an invalid action is specified.