Subcommand | Description |
---|---|
get | Retrieve recording with a given ID. |
list | List all recordings available on the cloud, with filters … |
download | Download all recordings available on the cloud, with filters … |
delete | Delete a recording with a given ID. |
--api-key
: mandatory USER_SECRET_KEY.--event-id
: The ID of a specific event to retrieve the recordings from. Multiple can be given: --event-id ID1
--event-id ID2
…--recording-id
: The ID of the recording to retrieve. Overtakes all other filters. Multiple can be given: --recording-id ID1
--recording-id ID2
…--max-number
: The maximum number of recordings to retrieve. Defaults to 10.--output-folder
: (Only for download) If provided, all listed recordings shall be downloaded into the provided folder path. If not, a ‘recording’ folder shall be created next to the cli location.--output-file
: (Only for list) If provided, the resulting list will be saved into this provided filepath. The output format is json, so please provide a filepath with that format: /path/to/file.json.--output-file
option. Here’s an example of usage:
Usage:
recording-id
and use the command below:
Usage: