---
title: "POST /blueprintactiontypes/types - Blueprint Action Types · RUAL Documentation"
description: "Get detailed definitions for specified blueprint action types (public endpoint)"
canonical: https://docs.rual.nl/cluster/api/blueprint-action-types/blueprintactiontypes-types-post
language: en
---

# POST /blueprintactiontypes/types

Get detailed definitions for specified blueprint action types (public endpoint)

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **types** optional | `array` | ["api_endpoint", ...] | Array of action type names to retrieve definitions for |

```
[
  {}
]
```

```
{
  "error": "ERROR_KEY"
}
```

| Permission | Description |
| --- | --- |
| `*public` | No authentication required, public endpoint |
