> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Stream Events

Stream all events in the system line-by-line.

**Required Permission**:

* `cyera.read.event`

**Note**:
To view the output of this action, first create a working directory using the [Create Working Directory](https://docs.blinkops.com/docs/workflows/building-workflows/actions/utility-actions/file_system-utilities#create-working-directory) action. Then, use the [Save Output To File](https://docs.blinkops.com/docs/workflows/building-workflows/steps#save-output-to-file) feature, and finally retrieve the results with the [Get File Content](https://docs.blinkops.com/docs/workflows/building-workflows/actions/utility-actions/file_system-utilities#get-file-content) action.

<Note>
  External Documentation

  To learn more, visit the [Cyera documentation](https://api.cyera.io/docs#tag/events/get/v1/events/stream).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                               |
  | ----------------- | --------------------------------------------------------------------------------------------------------- |
  | Datastore UIDs    | A comma-separated list of datastore UIDs to stream events by.                                             |
  | Event Categories  | Stream events belonging to the selected categories.                                                       |
  | Event Date After  | Stream events which occurred on or after the specified timestamp.                                         |
  | Event Date Before | Stream events which occurred on or before the specified timestamp.                                        |
  | Event Types       | A comma-separated list of event types to stream events by.                                                |
  | Issue UIDs        | A comma-separated list of issue UIDs to stream events by. Can be obtained using the `List Issues` action. |
</div>

## Workflow Library Example

[Stream Events with Cyera and Send Results Via Email](https://library.blinkops.com/workflows/stream-events-with-cyera-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/stream-events-with-cyera-and-send-results-via-email/canvas" />
</div>
