Cortex Search Service
Query a Cortex Search Service¶
POST/api/v2/databases/{database}/schemas/{schema}/cortex-search-services/{service_name}:query
Query a Cortex Search Service to get search results.
Path Parameters¶
Parameter | Description |
---|---|
database string | Identifier (i.e. name) for the database to which the resource belongs. You can use the `/api/v2/databases` GET request to get a list of available databases. |
schema | Identifier (i.e. name) for the schema to which the resource belongs. You can use the `/api/v2/databases/{database}/schemas` GET request to get a list of available schemas for the specified database. |
service_name string | The name of the Cortex Search Service. |
Response¶
Code | Description |
---|---|
200 | OK |