---
title: "Global Search"
method: GET
path: "/search"
tags: ["Search"]
---

# Global Search

`GET /search`

## Query parameters

- `search` string, nullable
- `from` integer
- `size` integer

## Response `200`

The list of platfom-wide search results

- SearchResultsModel
  - `Query` string, nullable — The input query for the search request
  - `Total` integer — The total number of search results found matching the query
  - `From` integer — The number of results skipped in the search query
  - `Size` integer — The size of the result set
  - `SearchResults` SearchResultItemModel[], nullable — The list of search results found for the query
    - `Type` string, nullable — The type of the search result item. Possible values: cdn, storage, dns, script, stream
    - `Id` integer — The ID of the search result item linked object
    - `Name` string, nullable — The name of the object found

## Other responses

- `401` — The request authorization failed
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
