---
title: "Fetch all ad views"
method: GET
path: "/ad_views"
tags: ["AdView"]
---

# Fetch all ad views

`GET /ad_views`

Returns all ad views from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `user_id` string, string
- `ad_id` string, string

## Response `200`

Fetched ad views

- AdView
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `ad_id` 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/versions/d716960b8cd5/schema)
