Skip to main content
Version: 2.0.0

tdk fnrun list

List function runs across every project you can view.

tdk fnrun list \
--proj quickstart \
--status status-example \
--coll sales_data \
--fn read_world \
--plan pln-3f9a2b \
--plan-name my_plan* \
--trx trx-8c1d40 \
--format table \
--max-result 100
FlagTypeRequiredDescription
--projstringOptionalName of the project to filter function runs by.
--statusstring (repeatable)OptionalFilter function runs by status. The possible statuses are 'Committed/C, Done/D, Error/E, Failed/F, On Hold/H, Running/R, Run Requested/RR, Rescheduled/RS, Scheduled/S, Canceled/X, Yanked/Y, Unexpected/U'. This field is case-insensitive.
--collstringOptionalCollection of the function to which the function runs belong.
--fnstringOptionalName of the function to which the function runs belong.
--planstringOptionalID of the plan to filter function runs by.
--plan-namestringOptionalA plan name wildcard to match. For example, 'my_plan*' will match all plans with names starting with 'my_plan'.
--trxstringOptionalID of the transaction to filter function runs by.
-o, --formattable | json | yamlOptionalOutput format. Defaults to table.
--max-resultstringOptionalMaximum number of rows to list. Use 0 for no limit. Defaults to 100.