---
title: "List Data Streams"
method: GET
path: "/workspace/stream/streams"
tags: ["Data Stream - Streams"]
---

# List Data Streams

`GET /workspace/stream/streams`

List all Data Streams owned by your account.

## Query parameters

- `active` boolean
- `created__gte` string, date-time
- `created__lte` string, date-time
- `data_set_id` integer
- `data_source` string
- `fields` string
- `id` integer
- `last_editor` string
- `last_modified__gte` string, date-time
- `last_modified__lte` string, date-time
- `name` string
- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

Ok

- PaginatedDataStreamList
  - `count` integer — Total number of items
  - `total_pages` integer — Total number of pages
  - `page` integer — Current page number
  - `page_size` integer — Number of items per page
  - `next` string, uri, nullable — URL to the next page of results
  - `previous` string, uri, nullable — URL to the previous page of results
  - `results` DataStream[]
    - `id` integer, required
    - `name` string, required
    - `last_editor` string, required
    - `created` string, date-time, required
    - `last_modified` string, date-time, required
    - `product_version` string, required
    - `active` boolean
    - `inputs` Input[], required
      - `type` 'raw_logs', required — Type identifier for this endpoint (raw_logs)
      - `attributes` InputDataSource, required
        - `data_source` 'workloads' | 'waf' | 'functions_console' | 'activity_history' | 'http' | 'cells_console' | 'rtm_activity', required — * `workloads` - Workloads * `waf` - WAF Events * `functions_console` - Functions Console * `activity_history` - Activity History * `http` - Applications * `cells_console` - Functions * `rtm_activity` - Activity History
    - `transform` Transform[], required
      - union
        - object
          - `type` 'sampling', required — Type identifier for this endpoint (sampling)
          - `attributes` TransformSampling, required — Serializer for sampling transform attributes.
            - `rate` integer, required
        - object
          - `type` 'filter_workloads', required — Type identifier for this endpoint (filter_workloads)
          - `attributes` TransformFilterWorkloads, required — Serializer for filter_workloads transform attributes.
            - `workloads` integer[], required
        - object
          - `type` 'render_template', required — Type identifier for this endpoint (render_template)
          - `attributes` TransformRenderTemplate, required — Serializer for render_template transform attributes.
            - `template` integer, required
    - `outputs` OutputBase[], required
      - `type` 'standard' | 'kafka' | 's3' | 'big_query' | 'elasticsearch' | 'splunk' | 'aws_kinesis_firehose' | 'datadog' | 'qradar' | 'azure_monitor' | 'azure_blob_storage', required — * `standard` - Standard HTTP/HTTPS POST * `kafka` - Apache Kafka * `s3` - Simple Storage Service (S3) * `big_query` - Google BigQuery * `elasticsearch` - Elasticsearch * `splunk` - Splunk * `aws_kinesis_firehose` - AWS Kinesis Data Firehose * `datadog` - Datadog * `qradar` - IBM QRadar * `azure_monitor` - Azure Monitor * `azure_blob_storage` - Azure Blob Storage
      - `attributes` union, required
        - object
          - `url` string, uri, required
          - `log_line_separator` string
          - `payload_format` string
          - `max_size` integer, nullable
          - `headers` object, required
          - `type` 'standard', required — Type identifier for this endpoint (standard)
        - object
          - `bootstrap_servers` string, required
          - `kafka_topic` string, required
          - `use_tls` boolean, required
          - `type` 'kafka', required — Type identifier for this endpoint (kafka)
        - object
          - `access_key` string, required
          - `secret_key` string, required
          - `region` string, required
          - `object_key_prefix` string, nullable
          - `bucket_name` string, required
          - `content_type` 'plain/text' | 'application/gzip', required — * `plain/text` - plain/text * `application/gzip` - application/gzip
          - `host_url` string, uri, required
          - `type` 's3', required — Type identifier for this endpoint (s3)
        - object
          - `dataset_id` string, required
          - `project_id` string, required
          - `table_id` string, required
          - `service_account_key` string, required
          - `type` 'big_query', required — Type identifier for this endpoint (big_query)
        - object
          - `url` string, uri, required
          - `api_key` string, required
          - `type` 'elasticsearch', required — Type identifier for this endpoint (elasticsearch)
        - object
          - `access_key` string, required
          - `stream_name` string, required
          - `region` string, required
          - `secret_key` string, required
          - `type` 'aws_kinesis_firehose', required — Type identifier for this endpoint (aws_kinesis_firehose)
        - object
          - `url` string, uri, required
          - `api_key` string, required
          - `type` 'datadog', required — Type identifier for this endpoint (datadog)
        - object
          - `url` string, uri, required
          - `type` 'qradar', required — Type identifier for this endpoint (qradar)
        - object
          - `log_type` string, required
          - `shared_key` string, required
          - `time_generated_field` string, nullable
          - `workspace_id` string, required
          - `type` 'azure_monitor', required — Type identifier for this endpoint (azure_monitor)
        - object
          - `storage_account` string, required
          - `container_name` string, required
          - `blob_sas_token` string, required
          - `type` 'azure_blob_storage', required — Type identifier for this endpoint (azure_blob_storage)
        - object
          - `url` string, uri, required
          - `api_key` string, required
          - `type` 'splunk', required — Type identifier for this endpoint (splunk)

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

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