Get stream list
Technical Preview
Spaces method and path for this operation:
get /s/{space_id}/api/streams
Refer to Spaces for more information.
Fetches list of all streams
[Required authorization] Route required privileges: read_stream.
GET
/api/streams
curl \
--request GET 'http://localhost:5601/api/streams' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"