?status=start
Signal job has started
Call the URL with ?status=start when your job begins, so we track the duration between start and complete — you know not just if it ran, but how long it took.
# Signal start
curl "spectrabolt.com/beat/...?status=start"
# ... job runs ...
curl "spectrabolt.com/beat/..." # complete