---
title: "POST /blueprintactiontypes/search - Blueprint Action Types · RUAL Documentation"
description: "Search available blueprint action types using request body (public endpoint)"
canonical: https://docs.rual.nl/cluster/api/blueprint-action-types/blueprintactiontypes-search-post
language: en
---

# POST /blueprintactiontypes/search

Search available blueprint action types using request body (public endpoint)

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **count** optional | `boolean` | `4` | Return count instead of results |
| **filters** optional | `object` | {} | Additional search filters |
| **limit** optional | `integer` | `50` | Maximum number of results |
| **offset** optional | `integer` | `0` | Number of results to skip |
| **query** optional | `string` | `"example"` | Search query string |
| **sort** optional | `array` | [{}] |  |

```
{}
```

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

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