---
title: "GET /_system/blueprintevents/search - Blueprint Events · RUAL Documentation"
description: "Search blueprint events (query) with Elasticsearch query parameters"
canonical: https://docs.rual.nl/cluster/api/blueprint-events/system-blueprintevents-search-get
language: en
---

# GET /_system/blueprintevents/search

Search blueprint events (query) with Elasticsearch query parameters

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **offset** optional | `integer` | `1` | Elasticsearch query offset parameter |
| **limit** optional | `integer` | `1` | Elasticsearch query limit parameter |

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **[authorization](https://docs.rual.nl/cluster/api#token-providing)** required | `string` | `"Bearer access_token"` | Access token |

```
{}
```

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

| Permission | Description |
| --- | --- |
| `Bearer token` | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
| `blueprintevents_view` | Required scope: blueprintevents_view |
