Export
Export
Exports results of one or more streams in various formats
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Export format
Available options:
JSON
, TEXT
Query Parameters
List of stream ids for watching
Inclusion mode for the streams. When using 'EXCLUDE' the 'group' and 'count' must be specified
Available options:
INCLUDE
, EXCLUDE
Group id of the streams
Number of streams to search. Used when the included streams are not specified
List of tags to match
Match mode for the tags. 'ALL' matches all tags, 'ANY' matches any tag.
Available options:
ALL
, ANY
Timeout for the stream creation in milliseconds. If not specified, the maximum timeout allowed by the server will be used.
Exclude the payload from the result. If true, the payload value will be set to 'null'. This is compatible only with 'EVENTS' format.