> For the complete documentation index, see [llms.txt](https://dos-op.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dos-op.gitbook.io/docs/products/smart-search/search-results.md).

# Search Results

Initiate a new **Smart Search** operation using the Products API. This endpoint validates your API key, checks coin balance, and starts the search process.

## GET /api/products/search/results

> Get Smart Search Results

```json
{"openapi":"3.0.3","info":{"title":"DOS-OP Platform API","version":"1.0.0"},"tags":[{"name":"Smart Search","description":"Enrichment OSINT Engine Search APIs"}],"servers":[{"url":"https://api.dos-op.io"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key"}}},"paths":{"/api/products/search/results":{"get":{"summary":"Get Smart Search Results","operationId":"getSearchResults","tags":["Smart Search"],"parameters":[{"name":"searchId","in":"query","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"Results returned successfully","content":{"application/json":{}}}}}}}}
```
