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

# GET /search/global

`GET /search/global`

Global Search

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `types` string
- `status` string
- `location_ids` string

## Response `200`

- GlobalSearchResponse
  - `items` GlobalSearchItem[]
    - `avatar_url` string
    - `checkout_answers` CheckoutAnswer[]
      - `label` string
      - `value` string
    - `children_count` integer
    - `first_name` string
    - `from` string
    - `full_name` string
    - `id` integer
    - `last_name` string
    - `make` string
    - `model` string
    - `name` string
    - `parent_booking_name` string
    - `parent_booking_notes` string
    - `parent_booking_purpose` string
    - `parent_id` integer
    - `parent_name` string
    - `phone` string
    - `primary_image_url` string
    - `rental_name` string
    - `renter_name` string
    - `result_type` string
    - `status` string
    - `to` string
    - `type` string
    - `year` integer
  - `meta` GlobalSearchMeta
    - `booking_status_count` BookingStatusCount
      - `approved` integer
      - `draft` integer
      - `expired` integer
      - `handed_off` integer
      - `imminent` integer
      - `negotiating` integer
      - `owner_cancelled` integer
      - `owner_declined` integer
      - `renter_cancelled` integer
      - `renter_withdrew` integer
      - `returned` integer
    - `total` integer
    - `type_count` ResultCount[]
      - `count` integer
      - `name` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
