---
title: "Get retained search"
method: GET
path: "/vacancies/searches/retained/{id}"
tags: ["Retained Searches"]
---

# Get retained search

`GET /vacancies/searches/retained/{id}`

Retrieves a retained search by id. The details object is experimental and may change without notice.

## Path parameters

- `id` string, required

## Response `200`

- SearchRetainedDto
  - `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.

## 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)
