The 'End' API endpoint is your endpoint to let the Argus system know the cron job has finished. It's a simple GET endpoint. You can notify it by simply sending a curl request such as curl https://argus.to/your_unique/endpoint_url/done at the end of your cron job.
If you are on the Laravel framework, all you need to do is at the thenPingOnSuccess directive to your scheduler.