Skip to main content

Module query

Module query 

Source
Expand description

Cross-batch request query types and filters.

These types support listing and retrieving individual requests across batches, with server-side filtering, pagination, and sorting.

Structs§

CreateFlexInput
Input for creating a flex (async) response that the daemon will process.
CreateRealtimeInput
Input for creating a realtime response that the proxy is already handling.
ListRequestsFilter
Filter parameters for listing requests across batches.
PersistCompletedRealtimeInput
Input for persisting a batch of already-completed realtime responses.
RequestDetail
Full detail of an individual request, including body and response.
RequestListResult
Result of a paginated request list query.
RequestSummary
Summary of an individual request, suitable for list views.
RequestSummaryWithCountDeprecated

Enums§

ServiceTierFilter
Filter on service_tier.

Functions§

service_tier_from_completion_window
Derive the service tier from the batch completion window. “1h” → “flex” (async), everything else → NULL (batch).