---
title: "Global Autocomplete Search"
method: GET
path: "/{projectId}/autocomplete"
tags: ["autocomplete"]
---

# Global Autocomplete Search

`GET /{projectId}/autocomplete`

## Path parameters

- `projectId` integer, required

## Query parameters

- `q` string, nullable
- `type` union
  - 'userOs' | 'userBrowser' | 'userBrowserVersion' | 'userDevice' | 'userDeviceType' | 'userCountry' | 'userCity' | 'userState' | 'userId' | 'distinct_id' | 'userAnonymousId' | 'referrer' | 'revId' | 'userOsIos' | 'userDeviceIos' | 'userCountryIos' | 'userIdIos' | 'userAnonymousIdIos' | 'revIdIos' | 'duration' | 'platform' | 'metadata' | 'issue' | 'eventsCount' | 'utmSource' | 'utmMedium' | 'utmCampaign' | 'thermalState' | 'mainThreadCPU' | 'viewComponent' | 'logEvent' | 'clickEvent' | 'memoryUsage'
  - 'click' | 'input' | 'location' | 'custom' | 'request' | 'fetch' | 'graphql' | 'stateAction' | 'error' | 'tag' | 'clickMobile' | 'inputMobile' | 'viewMobile' | 'customMobile' | 'requestMobile' | 'errorMobile' | 'swipeMobile' | 'event' | 'incident' | 'clickCoordinates'
  - 'domComplete' | 'largestContentfulPaintTime' | 'ttfb' | 'avgCpuLoad' | 'avgMemoryUsage' | 'fetchFailed'
  - 'fetchUrl' | 'fetchStatusCode' | 'fetchMethod' | 'fetchDuration' | 'fetchRequestBody' | 'fetchResponseBody'
  - 'graphqlName' | 'graphqlMethod' | 'graphqlRequestBody' | 'graphqlResponseBody'
  - string
- `key` string
- `live` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openreplay/apis/fastapi.md) · [All operations](https://skmtc.net/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openreplay/fastapi/versions/4686e8023dc8/schema)
