Get stream queries Technical Preview

GET /api/streams/{name}/queries

Fetches all queries linked to a stream that are visible to the current user in the current space.

application/json

Body

object object

Additional properties are NOT allowed.

GET /api/streams/{name}/queries
curl \
 --request GET 'http://api.example.com/api/streams/{name}/queries' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}