RunNotification
The payload of a Run’s completion webhook
This document describes the payload of a Run’s completion webhook.
Properties
The Run’s ID
Whether the Run completed successfully or failed.
The Run’s status. Will always be "SUCCESS"
if ok
is true
. If ok
is false
, will be one of
"FAILURE" | "TIMED_OUT" | "ABORTED" | "CANCELED" | "UNRESOLVED_AUTH" | "INVALID_PAYLOAD"
An array of the explicit run statuses that were created during the Run. See Explicit Status Hooks for more.
If the Run completed successfully, this will be the output of the Job.
If the Run failed, this will be the error that caused the failure.
When the Run started
When the Run started
Whether the Run was a test Run
The duration of the Run in milliseconds
The number of individual function executions performed to complete the Run
Metadata about the Invocation / Run
Metadata about the Job
Metadata about the Task that failed, only exists if the Run failed
Metadata about the Environment
Metadata about the Organization
Metadata about the Project
Metadata about the Account that triggered the Run. See the BYO Auth docs for more information.
Was this page helpful?