Skip to main content
GET
/
api
/
v1
/
streams
/
{stream-name}
/
fields
Get all fields given existing stream name in clickhouse database
curl --request GET \
  --url https://cloud.bytebeam.io/api/v1/streams/{stream-name}/fields \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

stream-name
string
required

Response

default - undefined