Skip to main content

pull

inctl logs pull

Fetches and downloads text logs for specified assets and time range.

Synopsis

Fetches and downloads text logs for the given assets and time range into a single archive for download.

To specify multiple assets, you can use a comma-separated list or repeat the flag: --skill "skill1,skill2" --skill skill1 --skill skill2 --resource resource1 --resource resource2 --instance resource1/instance1 --instance resource2/instance2

Example: inctl logs pull --skill my-skill --workcell my-workcell --output_dir /tmp/logs inctl logs pull --resource my-resource --workcell my-workcell --start_time 2025-03-09T12:00:00Z --end_time 2025-03-16T12:00:00Z --output_dir /tmp/logs inctl logs pull --resource my-resource --instance my-resource/instance-1 --workcell my-workcell --output_dir /tmp/logs inctl logs pull --resource my-resource --instance my-resource/instance-1 --workcell my-workcell --output_dir /tmp/logs --filters "hello" "world" inctl logs pull --operation=<previous-operation-name> --output_dir /tmp/logs

inctl logs pull [flags]

Options

      --end_time string     The end time of the logs to include (RFC3339 format).
--filters strings Additional regex filters to apply to the query.
-h, --help help for pull
--instance strings The instances of the resources to include (format: resource/instance).
--operation string Use this flag to reuse the operation name from a previous fetch command.
--output_dir string The directory to save the logs to.
--resource strings The names of the resources to include.
--skill strings The skill IDs to include.
--start_time string The start time of the logs to include (RFC3339 format).
--workcell string The name of the workcell.

Options inherited from parent commands

      --org string      The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.

SEE ALSO

  • inctl logs - Prints logs from skills or services in a given solution