curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//workers/deployments/by-script//detail/'
{
"errors": [],
"messages": [],
"result": {},
"success": true,
"id": "18f97339-c287-4872-9bdd-e2135c07ec12",
"metadata": {
"author_email": "user@example.com",
"author_id": "408cbcdfd4dda4617efef40b04d168a1",
"created_on": "2022-11-08T17:19:29.176266Z",
"modified_on": "2022-11-08T17:19:29.176266Z",
"source": "api"
},
"number": 1,
"resources": {
"bindings": [
{
"json": "example_binding",
"name": "JSON_VAR",
"type": "json"
}
],
"script": {
"etag": "13a3240e8fb414561b0366813b0b8f42b3e6cfa0d9e70e99835dae83d0d8a794",
"handlers": [
"fetch"
],
"last_deployed_from": "api"
},
"script_runtime": {
"usage_model": "bundled"
}
}
}