// docs/get.asciidoc:288 [source, php] ---- $params = [ 'index' => 'twitter', 'id' => '1', ]; $response = $client->existsSource($params); ----