Get a flow run state by id.
For more information, see https://docs.prefect.io/v3/concepts/flows#final-state-determination.
The flow run state id The flow run state id
Successful Response
Represents the state of a run.
Enumeration of state types.
SCHEDULED, PENDING, RUNNING, COMPLETED, FAILED, CANCELLED, CRASHED, PAUSED, CANCELLING "Run started"
Data associated with the state, e.g. a result. Content must be storable as JSON.