---
title: "Fetch all search keywords"
method: GET
path: "/search_keywords"
tags: ["SearchKeyword"]
---

# Fetch all search keywords

`GET /search_keywords`

Returns all search keywords from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `filter` string, string
- `limit` string, string

## Response `200`

Fetched Search Keywords

- SearchKeyword
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `keyword` string
  - `search_log_count` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
