what is Workspace_id on looker api

Hello, I have been trying to run the following script: https://github.com/looker-open-source/sdk-codegen/blob/2330eef43ed80eff1f3b47eac6b645ab581f2694/exam...

After removing the transport_options parameter I made it work, but I have a question regarding the "dev” workspace

https://developers.looker.com/api/explorer/3.1/methods/Workspace/all_workspaces?sdk=py

I can see on the link above that there are the prod and dev workspaces, but what do we mean by that? Is it checking master vs all the other branches? I want to integrate this script in a jenkins pipeline for each PR, but it only uses the "workspace” variable, not a specific branch

0 1 158