pub async fn get_statuses(
configuration: &Configuration,
) -> Result<Vec<StatusDetails>, Error<GetStatusesError>>
Expand description
Returns a list of all statuses associated with active workflows. This operation can be accessed anonymously. Permissions required: None.