---
title: "List log sources with volume stats"
method: GET
path: "/sources"
tags: ["Schema"]
---

# List log sources with volume stats

`GET /sources`

## Response `200`

Source list

- SourcesResponse
  - `data` object, required
    - `sources` object[], required
      - `name` string
      - `event_count` integer
      - `last_event` string, date-time
      - `first_event` string, date-time
      - `rate` number — Events per second (current)
      - `storage_bytes` integer

---

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