Skip to main content
Version: 2.0.0

tdk worker list

List workers across every project you can view.

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