streams

Get a stream

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/streams/{name}</span></div>

Refer to Spaces for more information.

Fetches a stream definition and associated dashboards<br/><br/>[Required authorization] Route required privileges: read_stream.

get/api/streams/{name}

Path parameters

namestring required

The name of the stream.

Request body

object required
OR
{"stackTrail":"paths:/api/streams/{name}:get:requestBody:content:application/json:schema:anyOf:1","oasType":"schema","type":"unknown"}

Response

Stream definition and associated metadata.

Changes

Changed in 1 of the 92 revisions of this API.11

  • f4def03bd2af11See the full diff
    • removed subschema #2 from the request body anyOf list

      request-body-any-of-removed

    • the request's body became nullable

      request-body-became-nullable