📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

SHOW WORKERS



Lists workers in the current tenant.

Syntax

SHOW WORKERS

Output

SHOW WORKERS returns the following columns:

ColumnDescription
nameWorker name
tagsWorker tags in JSON format
optionsWorker options in JSON format
created_atWorker creation timestamp
updated_atWorker update timestamp

Examples

SHOW WORKERS;

Sample output:

read_env,{},"{""auto_resume"":""true"",""auto_suspend"":""300"",""max_cluster_count"":""3"",""min_cluster_count"":""1"",""size"":""small""}",2026-04-23T11:40:27.942797+00:00,2026-04-23T11:40:27.942797+00:00

Was this page helpful?