Function get_status

Source
pub async fn get_status(
    configuration: &Configuration,
    id_or_name: &str,
) -> Result<StatusDetails, Error<GetStatusError>>
Expand description

Returns a status. The status must be associated with a workflow to be returned. If a name is used on more than one status, only the status found first is returned. Therefore, identifying the status by its ID may be preferable. This operation can be accessed anonymously. Permissions required: None.