v5
latestOpenAPI 3.1.02026-08-04166362486.5 KBstores
Get a search rule
Get a search rule by ID.
Args: store_identifier: The ID or name of the store rule_id: The ID of the search rule to retrieve
Returns: SearchRuleResponse: The search rule details
get/v1/stores/{store_identifier}/rules/{rule_id}
Path parameters
The ID or name of the store
rule_idstring uuid required
The ID of the search rule
The ID of the search rule
Response
The search rule details
Example response
{
"rules": [
{
"substitution": "query1"
}
]
}