Access to workflow audit

Hi….looking to see if anyone in the community knows if Admins can access a workflow audit? Looking to see which user built a specific workflow. Thanks

Hi,

The Get Workflow API Can show who created the workflow who edited it last.

          "metadata": {
            "createdDate": "2025-11-17T11:10:27.494Z",
            "createdUserUsername": "string",
            "lastEditDate": "2025-11-17T11:10:27.494Z",
            "lastEditUserUsername": "string",
            "signature": "string"
          },

Or use the Network Tool (Inspect/DevTool) in your web browser to view the network request when viewing the workflow on the website.