---
title: "Fetch all ad reports"
method: GET
path: "/ad_reports"
tags: ["AdReport"]
---

# Fetch all ad reports

`GET /ad_reports`

Returns all ad reports 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` string, string
- `ad_id` string, string

## Response `200`

Fetched ad reports

- AdReport
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `ad_id` integer
  - `ad_report_type_id` integer
  - `message` string
  - `user_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)
