Export
Exports results of one or more streams in various formats
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Export format
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
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.
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.
Response
Export response
The response is of type object
.