For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The status of an event that was delivered to a webhook endpoint. The status can either be PENDING, SUCCESS, or FAILED.
PENDING: The webhook event has been dispatched and is in the process of being delivered to the endpoint. If the event has failed and is being retried, it will continue to be in the PENDING status.
SUCCESS: The webhook event has been delivered to the endpoint and we've received receipt of the delivery from the client's endpoint (e.g. 200OK).
FAILED: The webhook event has failed all delivery attempts for 72 hours. No more deliveries will be attempted.