Get a stream
Technical Preview
Spaces method and path for this operation:
get /s/{space_id}/api/streams/{name}
Refer to Spaces for more information.
Fetches a stream definition and associated dashboards
[Required authorization] Route required privileges: read_stream.
GET
/api/streams/{name}
curl \
--request GET 'https://<KIBANA_URL>/api/streams/{name}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"