# Polling Status Get the current status of polling-based enrichment. ## Overview This endpoint provides information about the current polling status, including last poll time, records processed, watermark value, and next scheduled poll. ## Response Fields - last_poll_time: ISO timestamp of last poll - records_processed: Number of records processed in last poll - watermark_value: Current watermark value - next_poll_time: ISO timestamp of next scheduled poll ## Use Cases - Monitor polling performance - Debug enrichment issues - Verify watermark progression - Check polling schedule Endpoint: GET /v1/triggers/polling/status Version: 1.4.1 Security: BearerAuth ## Response 200 fields (application/json): - `last_poll_time` (string, required) ISO timestamp of last poll - `records_processed` (integer, required) Number of records processed in last poll - `watermark_value` (string, required) Current watermark value - `next_poll_time` (string, required) ISO timestamp of next scheduled poll ## Response 401 fields (application/json): - `success` (boolean) Always false for error responses - `error` (string, required) Error message - `details` (any) Additional error details - `request_id` (any) Request ID for tracking - `credits_required` (any) Credits required for insufficient credit errors - `credits_remaining` (any) Credits remaining for insufficient credit errors - `retry_after` (any) Seconds to wait before retrying for rate limit errors ## Response 500 fields (application/json): - `success` (boolean) Always false for error responses - `error` (string, required) Error message - `details` (any) Additional error details - `request_id` (any) Request ID for tracking - `credits_required` (any) Credits required for insufficient credit errors - `credits_remaining` (any) Credits remaining for insufficient credit errors - `retry_after` (any) Seconds to wait before retrying for rate limit errors