---
title: "Fetch all ad searches"
method: GET
path: "/ad_searches"
tags: ["AdSearch"]
---

# Fetch all ad searches

`GET /ad_searches`

Returns all ad searches from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `limit` string, string
- `user_id` integer
- `category_id` integer

## Response `200`

Fetched ad searches

- AdSearch
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `keyword` string
  - `category_id` integer
  - `is_search_in_description` integer
  - `is_only_ads_with_images` integer
  - `is_notify_whenever_new_ads_posted` integer
  - `ip_id` 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)
