Logs
Endpoints for discovering and querying FlowGuard request logs.
Query request logs
Query request logs for the authenticated team within a time range. Results use cursor pagination and are ordered by timestamp and a stable event identifier. When continuing a query, send the returned cursor unchanged and keep the same time range, filters, and direction.
Query request logs › Request Body
fromInclusive beginning of the query range. Defaults to 24 hours before to.
toExclusive end of the query range. Defaults to the current time.
directionSort order for matching events.
limitMaximum number of events to return.
cursorOpaque cursor returned as meta.next_cursor by the previous page. Keep the time range, filters, and direction unchanged when continuing a query.
Query request logs › Responses
Matching request log events and cursor pagination metadata.
Retrieve a log window
Return chronological context around a timestamp, stream ID, or opaque log cursor. Stream ID and cursor anchors are included even when they do not match the supplied filters; filters apply to surrounding events.
Retrieve a log window › Request Body
Anchor used to center the returned log window.
beforeNumber of matching events to retrieve before the anchor.
afterNumber of matching events to retrieve after the anchor.
Retrieve a log window › Responses
A chronological window of request logs and bidirectional cursor metadata.