---
title: "Stream FindAll Events"
method: GET
path: "/v1beta/findall/runs/{findall_id}/events"
tags: ["FindAll"]
---

# Stream FindAll Events

`GET /v1beta/findall/runs/{findall_id}/events`

Stream events from a FindAll run.

Args:
    request: The Shapi request
    findall_id: The FindAll run ID
    last_event_id: Optional event ID to resume from.
    timeout: Optional timeout in seconds. If None, keep connection alive
    as long as the run is going. If set, stop after specified duration.

## Path parameters

- `findall_id` string, required

## Query parameters

- `last_event_id` string, nullable
- `timeout` number, nullable

## Headers

- `parallel-beta` string, nullable

## Response `200`

Successful Response

## Other responses

- `404` — FindAll run not found
- `422` — Validation Error

## Changes

- **2026-06-08** `973957d74ceb` — 1 info
  - `header` request parameter `parallel-beta` was deprecated
- **2026-04-21** `57e1c56be094` — 2 info
  - api tag `FindAll` added
  - api tag `FindAll API (Beta)` removed
- **2026-03-09** `970b780e8649` — 1 warning
  - added the new `insufficient_funds` enum value to the `oneOf[subschema #2: FindAllRunStatusEvent]/data/status/termination_reason/anyOf[subschema #1]/` response property for the response status `200`
- **2026-01-13** `105d778ad64d` — 1 breaking, 32 info
  - the `error` response's property type/format changed from ``/`` to `object`/`` for status `404`
  - added the optional property `error/detail` to the response with the `404` status
  - added the optional property `oneOf[subschema #1: FindAllSchemaUpdatedEvent]/data/enrichments` to the response with the `200` status
  - added the optional property `oneOf[subschema #1: FindAllSchemaUpdatedEvent]/data/generator` to the response with the `200` status
  - …29 more
- **2025-11-13** `70ca78f3dbac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/parallel-web/apis/parallel-api/changes/v1beta/findall/runs/:findall_id/events/get.md)

---

[API](https://skmtc.dev/parallel-web/apis/parallel-api.md) · [All operations](https://skmtc.dev/parallel-web/apis/parallel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parallel-web/parallel-api/revisions/1595294c8795/schema)
