Skip to main content
The Request History page shows every inbound request received by Lighthouse Flows. Each row is a single HTTP request — capturing its ID, method, path, trigger type, and the exact time it arrived.
Screenshot 2026 07 09 173717

Request History — full log of incoming requests with filter panel

Use this page to:
  • Confirm that a specific webhook reached Lighthouse Flows
  • Investigate missing or unexpected requests by time range or trigger type
  • Copy a Request ID to share with Cloudify for troubleshooting

Reading the Requests Table

Each row represents one inbound request.

Trigger Type Badges


Filtering Requests

The left-hand Filters panel lets you narrow the list across five dimensions.
Screenshot 2026 07 09 173756

Filter panel — Time Range, Request ID, Method, Path, and Trigger Type

To investigate a specific webhook delivery issue, start by setting Time Range to the relevant window and Trigger Type to webhook. This immediately narrows the list to the relevant requests.

Table Controls


Frequently Asked Questions

Set the Time Range filter to the window when the webhook was sent, then filter Trigger Type to webhook. If the request still doesn’t appear, it may not have reached Lighthouse — check the webhook URL is correct and the request was not blocked at the network level. Raise a support ticket if the issue persists.
This means the webhook request did not include a URL path beyond the base trigger endpoint. This is normal for webhooks that send payloads directly to the root trigger URL without a path suffix.
Click the copy icon on the left of the row. The full Request ID is copied to your clipboard. Include it in your support ticket so Cloudify can locate the exact request immediately.
Webhook — an external system pushed data to your Flow trigger URL in real time. Schedule — the trigger fired automatically at a configured time. Polling — Lighthouse checked a source system at regular intervals for new data.
Export is not available directly from this page. Contact Cloudify support if you need request history records for audit or analysis purposes.