script
unanchored
cf-list-workers
List all CF workers in account with name, tag, modified_on.
cloudflareworkerslistinventory
Body
param([string]$token="",[string]$account="269368ec7f35ec20dd0485e72fe3ee56")\nif(-not $token){$token=$env:CF_API_TOKEN}\n$r=(Invoke-WebRequest -Uri "https://api.cloudflare.com/client/v4/accounts/$account/workers/scripts" -Headers @{"Authorization"="Bearer $token"}).Content|ConvertFrom-Json\n$r.result|Select-Object id,modified_on|Format-Table -AutoSize
Provenance
Cryptographic details
| id | reg_cf_list_workers |
| content sha256 | 5a79cdbcde373c23a031d6b26090c4ec4f91b719ef73eebc776e3e4863131288 |
Execute via API
POST /api/execute
{ "ref": "reg_cf_list_workers" }
// or by hash prefix:
{ "ref": "5a79cdbcde373c23" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.