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§
- Create
Flex Input - Input for creating a flex (async) response that the daemon will process.
- Create
Realtime Input - Input for creating a realtime response that the proxy is already handling.
- List
Requests Filter - Filter parameters for listing requests across batches.
- Persist
Completed Realtime Input - Input for persisting a batch of already-completed realtime responses.
- Request
Detail - Full detail of an individual request, including body and response.
- Request
List Result - Result of a paginated request list query.
- Request
Summary - Summary of an individual request, suitable for list views.
- Request
Summary With Count Deprecated
Enums§
- Service
Tier Filter - 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).