Skip to content

Function Commands

Commands for viewing function execution logs.

function

Manage functions

Usage

tailor-sdk function [command]

Commands

CommandDescription
function logsList or get function execution logs.

function logs

List or get function execution logs.

Usage

tailor-sdk function logs [options] [executionId]

Arguments

ArgumentDescriptionRequired
executionIdExecution ID (if provided, shows details with logs)No

Options

OptionAliasDescriptionRequiredDefault
--json-jOutput as JSONNofalse
--workspace-id <WORKSPACE_ID>-wWorkspace IDNo-
--profile <PROFILE>-pWorkspace profileNo-

Usage Examples:

bash
# List all function execution logs
tailor-sdk function logs

# Get execution details with logs
tailor-sdk function logs <execution-id>

# Output as JSON
tailor-sdk function logs --json
tailor-sdk function logs <execution-id> --json