---
title: "Returns a list of searches"
method: GET
path: "/searches"
tags: ["search"]
---

# Returns a list of searches

`GET /searches`

Returns the list of searches that the provided key has access to.

## Query parameters

- `cursor` string

## Response `200`

A JSON array of searches

- SearchCursor
  - `data` Search[], required
    - `id` string, required
    - `created_at` string, date-time, required
  - `cursor` string, required
  - `has_next_page` boolean, required
  - `total` integer, required

---

[API](https://skmtc.net/zenlist/apis/zenlist-partner-integration-api.md) · [All operations](https://skmtc.net/zenlist/apis/zenlist-partner-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenlist/zenlist-partner-integration-api/revisions/803c0368dc8e/schema)
