Can you view api parameters passed into a triggered workflow from api?

When I trigger a new pipeline with API v2. How do I see the pipeline parameters passed from triggering code in the CircleCI Workflow UI?

This is an example that includes the defining and passing of parameters.

https://support.circleci.com/hc/en-us/articles/360050351292-How-to-trigger-a-workflow-via-CircleCI-API-v2

If you mean displaying them or accessing them as an array it does not seem to be currently an option, this came up some time ago

API v2: Is it possible to retrieve the parameters that were passed in?