---
title: "Saved Searches"
method: GET
path: "/api/v1/user/searches/"
tags: ["Saved Searches"]
---

# Saved Searches

`GET /api/v1/user/searches/`

Get a list of Saved Searches for the current user.

## Response `200`

Successful response

- object
  - `searches` SavedSearchResponse[]
    - `datasource` 'hostnames' | 'scans' — Which data this Saved Search operates on.
    - `createdAt` string, date-time — Time when the Saved Search was created.
    - `description` string — Short description.
    - `longDescription` string — Long description.
    - `name` string — User-facing short name.
    - `ownerDescription` string — User-facing owner description.
    - `permissions` string[] — Determine whether only other users on the same team or everyone on urlscan Pro can see the search.
    - `query` string — Search API query
    - `tlp` 'red' | 'amber+strict' | 'amber' | 'green' | 'clear' — TLP (Traffic Light Protocol) indicator for other users on the urlscan Pro platform.
    - `usertags` string[] — User-supplied tags to be applied to matching items. Apply the following prefixes to tags to define their visibility scope: `pro.` (urlscan Pro users), `public.` (all registered users), `private.` (only you), or `team.` (you and team members).
    - `_id` string — Unique ID of the Saved Search.

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/versions/5d97b31afd68/schema)
