---
title: "GET /v1/events/{endpoint_name}/stream"
method: GET
path: "/v1/events/{endpoint_name}/stream"
tags: ["endpoint"]
---

# GET /v1/events/{endpoint_name}/stream

`GET /v1/events/{endpoint_name}/stream`

Return endpoint events as stream

## Path parameters

- `endpoint_name` string, required

## Query parameters

- `replica_id` string

## Response `200`

A set of events associated with the endpoint

- EventEntry[]
  - `timestamp` string, date-time, required — time of the log entry (ISO8601 format)
  - `replica_id` string — optional replica id associated with the event
  - `event` Event, required
    - `level` 'normal' | 'warning' — type of event
    - `type` string, required — type of the event
    - `endpoint` string — name of the endpoint
    - `tenant_id` string — ID of the tenant
    - `account_key` string — Key of the account
    - `instance_type` string — type of instance this event occurred on
    - `details` object — extra details about this event

---

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