Workflow with a Destination of Vimeo - Getting Embed Links

I have a Workflow that creates a few hundred videos using a CSV as a data source. The videos land in Vimeo. I can see the Vimeo links if I click inside of each video on ShotStack, but that would result in several hundred clicks. I need a way to see all videos created from this Workflow and export them. Is there an Endpoint that accepts the Workflow ID or Job ID? Or is there another way to export a few hundred video links at once?

You don’t need to use workflows to send videos directly to Vimeo. You can simply reference the destination in the payload (or configure it in the Studio) and your videos will automatically be sent through to Vimeo.

"destinations": [{
    "provider": "vimeo",
    "options": {
        "name": "My Automated Video",
        "description": "This video was uploaded via Shotstack"
    }
}]