pub(crate) async fn list( client: Client, organization_id: Uuid, project_id: Option<Uuid>, output_settings: OutputSettings, ) -> Result<()>