---
title: "List Alerts By Log Stream"
method: GET
path: "/projects/{project_id}/log_streams/{log_stream_id}/alerts"
tags: ["log_stream_alerts"]
---

# List Alerts By Log Stream

`GET /projects/{project_id}/log_streams/{log_stream_id}/alerts`

## Path parameters

- `project_id` string, uuid4, required
- `log_stream_id` string, uuid4, required

## Query parameters

- `starting_token` integer
- `limit` integer

## Response `200`

Successful Response

- ListAlertConfigurationsResponse
  - `starting_token` integer
  - `limit` integer
  - `paginated` boolean
  - `next_starting_token` integer, nullable
  - `alerts` AlertConfigurationResponse[]
    - `conditions` object[], required
    - `filters` AlertNameFilter[]
      - `name` 'node_name'
      - `operator` 'eq' | 'ne' | 'contains' | 'one_of' | 'not_in', required
      - `value` union, required
        - string
        - string[]
      - `case_sensitive` boolean
    - `interval` integer, required
    - `schema_version` 'multi_condition/object/1' | 'multi_condition/object/2'
    - `active` boolean
    - `id` string, uuid4, required
    - `created_by` string, uuid4, required
    - `project_id` string, uuid4, required
    - `run_id` string, uuid4, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `05003e7835a2` — 1 info
  - the endpoint scheme security `ClassicAPIKeyHeader` was added to the API

[Change history](https://skmtc.dev/galileo/apis/galileo-api-server/changes/projects/:project_id/log_streams/:log_stream_id/alerts/get.md)

---

[API](https://skmtc.dev/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.dev/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/4bc031507246/schema)
