search_history
Query historical search data in ReliaQuest GreyMatter with filtering, ordering, and pagination to review past search activity.
Instructions
Query Management · query searchHistory. Variables: after, by, filter, first, order. Example variables: {"after":"T18w","by":{"incidentId":""},"filter":{"includeArchived":true},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | GraphQL: QueryBatchSearchBy! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: QueryBatchOrder | |
| filter | No | GraphQL: QueryBatchFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |