Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Reference for the lofty-cli calls command and its subcommands.
Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage: lofty-cli calls [options] [command]
Manage calls
Options:
-h, --help display help for command
Commands:
list [options] Search for calls
get [options] <call-id> Get a call by Id
recording-url [options] <call-id> View your call recording
help [command] display help for command
lofty-cli calls listUsage: lofty-cli calls list [options]
Search for calls
Options:
--lead-id <id> [REQUIRED] Finds calls related to a lead ID (number)
--limit <value> Number of results to return (number)
--offset <value> Specifies the number of rows to skip, before starting to
return results (number)
--fields <cols> Comma-separated columns to display
--json Output as JSON
--format <fmt> Output format: text, json, csv, yaml
-h, --help display help for command
lofty-cli calls getUsage: lofty-cli calls get [options] <call-id>
Get a call by Id
Options:
--fields <cols> Comma-separated columns to display
--json Output as JSON
--format <fmt> Output format: text, json, csv, yaml
-h, --help display help for command
lofty-cli calls recording-urlUsage: lofty-cli calls recording-url [options] <call-id>
View your call recording
Options:
--fields <cols> Comma-separated columns to display
--json Output as JSON
--format <fmt> Output format: text, json, csv, yaml
-h, --help display help for command