WorkerWorker Deployments

Get Deployment Detail

GET

Path parameters

deployment_identifierstringRequired
script_identifierstringRequired
account_identifierstringRequired
Identifier

Response

This endpoint returns an object
id
stringOptional
metadata
map from strings to anyOptional
number
doubleOptional
resources
map from strings to anyOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/023e105f4ecef8ad9ca31a8372d0c353/workers/deployments/by-script/8ee82b3a2c0f42928b8f14dae4a97121/detail/bcf48806-b317-4351-9ee7-36e7d557d4de \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "id": "18f97339-c287-4872-9bdd-e2135c07ec12",
3 "number": 1
4}