To share the link of my successful run to an email

Please advise how I can share a link from a successful job I created that sends a request to a web API on Openfn.

Hey @SAIDUWURIE! Firstly - when a job executes, it creates an instance of a Run (read more about Runs on OpenFn/Docs.

Within the OpenFn Platform, you can navigate to the Activity History in the menu sidebar to view Run history. You can click into an individual Run to view the logs for that specific job execution and any success/error messages.

To share a specific Run with a project collaborator, you can copy the URL from the web browser and send them the link so that they can review the same Run you are looking at. The will look something like this: `https://www.openfn.org/projects/{your-project-name}/runs/{uuid-of-run}