Read webhook capture
read_webhook_captureCheck whether anything has been sent to a capture URL yet, and read it. The status field is pending or captured. Pending is the ordinary answer before the sender fires and is NOT a failure: call again after a pause rather than treating it as an error or giving up. This is an immediate poll, not a blocking wait. An id that was never issued also reads as pending, so stop polling once the expire_timestamp from create_webhook_capture has passed. No API key, no account and no sign up: call it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_id | Yes | The UUID that create_webhook_capture returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| request | Yes | ||
| capture_id | Yes | ||
| captured_at_datetime | Yes | ||
| captured_at_timestamp | Yes |