list
inctl recordings list
Lists available recordings for a given workcell
Synopsis
Lists available recordings for a given workcell
inctl recordings list [flags]
Examples
# List the latest recordings
inctl recordings list --workcell my-workcell --org my-org
# List recordings generated since a specific time
inctl recordings list --workcell my-workcell --org my-org \
--start_timestamp 2024-08-20T12:00:00Z \
--end_timestamp 2024-08-20T14:00:00Z
Options
--end_timestamp string End timestamp in RFC3339 format for fetching recordings. eg. 2024-08-20T12:00:00Z
-h, --help help for list
--max_num_results uint32 The maximum number of recordings to list per page. (default 10)
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
--start_timestamp string Start timestamp in RFC3339 format for fetching recordings. eg. 2024-08-20T12:00:00Z
--workcell string The Kubernetes cluster to use.
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl recordings - Provides access to recordings for a given workcell.