---
title: "Workspace Event Stream"
method: GET
path: "/agent-loop/workspaces/{workspace_id}/events"
tags: ["agent-loop"]
---

# Workspace Event Stream

`GET /agent-loop/workspaces/{workspace_id}/events`

SSE stream of state-change events for workspace members.

Strict-membership only: the agent-service shared-secret principal is
rejected so the bypass in ``assert_workspace_access`` can't be reused
to subscribe to arbitrary workspaces.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
