---
title: "Get a list of competitors"
method: GET
path: "/competitors"
tags: ["Competitors"]
---

# Get a list of competitors

`GET /competitors`

## Query parameters

- `q` string

## Response `200`

A list of competitors

- CompetitorResponse — A competitor response object
  - `competitors` unknown
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `name` string
  - `modifiedTime` integer

---

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