---
title: "Elastic search"
method: GET
path: "/v1/search.json"
tags: ["boards"]
---

# Elastic search

`GET /v1/search.json`

## Query parameters

- `token` string, required
- `q` string

## Response `200`

successful operation

- object
  - `cards` object
    - `name` string
    - `list_id` integer
    - `list_name` string
    - `board_id` integer
    - `board_name` string
    - `attachment_count` string
    - `due_date` string
    - `comment_count` integer
    - `type` string
    - `checklist_item_completed_count` integer
    - `checklist_item_count` integer
    - `vote_count` integer
    - `description` string
    - `highlight` string

## Other responses

- `400` — Invalid input

---

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