---
title: "Get Stream Events"
method: GET
path: "/v1/workflows/events/stream"
tags: ["events", "workflows.events"]
---

# Get Stream Events

`GET /v1/workflows/events/stream`

Get Stream Events

## Query parameters

- `scope` 'activity' | 'workflow' | '*'
- `activity_name` string
- `activity_id` string
- `workflow_name` string
- `workflow_exec_id` string
- `root_workflow_exec_id` string
- `parent_workflow_exec_id` string
- `stream` string
- `start_seq` integer
- `metadata_filters` object, nullable
- `workflow_event_types` WorkflowEventType[], nullable

## Headers

- `last-event-id` string, nullable

## Response `200`

Stream of Server-Sent Events (SSE)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
