Finding which worker script a 'constantScriptId' from GraphQL API maps to

The graphQL node for workersZoneInvocationsAdaptiveGroups has a dimension for the worker script ID which is just decimal number:

"constantScriptId": 122824999,

But I’ve been looking through the APIs and worker scripts and their IDs are showing as strings/names (e.g. “worker-cool-waterfall-b5d8”) everywhere not an ID like this and I cannot find any field for the scripts that is comparable. What does this ID link to and is there and API I can use to map this to the ‘name’ ID or something meaningful to know which script it is? This is the only dimension for this node/metric that indicates which script it is.