---
title: "Search for results"
method: POST
path: "/search"
tags: ["Results"]
---

# Search for results

`POST /search`

Searches for results based on free form text, or operators.

## Request body

- ApiSearchRequest
  - `query` string

## Response `200`

OK

- ApiSearchResult
  - `content_length` integer
  - `failed` boolean
  - `failed_reason` string
  - `file_name` string
  - `final_url` string
  - `id` integer
  - `matched_fields` string[]
  - `protocol` string
  - `response_code` integer
  - `response_reason` string
  - `screenshot` string
  - `title` string
  - `url` string

---

[API](https://skmtc.dev/sensepost/apis/untitled-api.md) · [All operations](https://skmtc.dev/sensepost/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sensepost/untitled-api/revisions/b1bf9e87bcb1/schema)
