---
title: "List retained searches"
method: GET
path: "/vacancies/searches/retained"
tags: ["Retained Searches"]
---

# List retained searches

`GET /vacancies/searches/retained`

Returns a cursor-paginated list of retained searches, optionally bounded by modification date. The details object is experimental and may change without notice.

## Query parameters

- `limit` integer
- `cursor` string
- `modifiedSince` string, date-time
- `modifiedUntil` string, date-time

## Response `200`

- GetSearchesRetainedResponseDto
  - `items` SearchRetainedDto[], required
    - `id` string, required
    - `vacancy` SearchRetainedVacancyDto, required
      - `id` string, required
    - `company` SearchRetainedCompanyDto, required
      - `id` string, required
      - `name` string, required
    - `details` object, required — Experimental. The structure of this field is intentionally unspecified and may change without notice.
  - `pagination` SearchRetainedCursorPaginationDto, required
    - `cursor` string, nullable, required

## Other responses

- `400` — Bad Request
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/revisions/ad1f8c51cf0a/schema)
