The workflow level webhook contains "created_at" which provides some context around when the workflow started, since it's a collection of jobs. The Job API endpoint: https://circleci.com/docs/api/v2/#operation/getJobDetails provides "started_at" to determine when the job actually started. This field should also be included in the webhook payload.