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

# Stream Activity Route



## OpenAPI

````yaml /api/openapi.json get /api/activity/stream
openapi: 3.1.0
info:
  title: Halite
  version: 0.1.0
servers: []
security: []
paths:
  /api/activity/stream:
    get:
      tags:
        - activity
      summary: Stream Activity Route
      operationId: stream_activity_route_api_activity_stream_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````