schemas
responses
prefect.server.schemas.responses
Schemas for special responses from the Prefect REST API.
Classes
SetStateStatus
Enumerates return statuses for setting run states.
StateAcceptDetails
Details associated with an ACCEPT state transition.
StateRejectDetails
Details associated with a REJECT state transition.
StateAbortDetails
Details associated with an ABORT state transition.
StateWaitDetails
Details associated with a WAIT state transition.
HistoryResponseState
Represents a single state’s history over an interval.
HistoryResponse
Represents a history of aggregation states over an interval
Methods:
validate_timestamps
OrchestrationResult
A container for the output of state orchestration.
WorkerFlowRunResponse
FlowRunResponse
Methods:
model_validate
TaskRunResponse
DeploymentResponse
Methods:
model_validate
WorkQueueResponse
Methods:
model_validate
WorkQueueWithStatus
Combines a work queue and its status details into a single object
WorkerResponse
Methods:
model_validate
GlobalConcurrencyLimitResponse
A response object for global concurrency limits.