---
title: "Companies Search"
method: GET
path: "/api/app-auto-gtm/companies/search"
tags: ["AppAutoGtm"]
---

# Companies Search

`GET /api/app-auto-gtm/companies/search`

Autocomplete for the Competitors chip-input. Mirrors the funnel's
`GET /companies/search` (autogtm/back/explore/__init__.py:315) but lives
on the authenticated app-auto-gtm router so the frontend can call it
same-origin without CORS.

## Query parameters

- `q` string

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

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