---
title: "GET /bot-tasks/{id}/chips"
method: GET
path: "/bot-tasks/{id}/chips"
tags: ["Bots"]
---

# GET /bot-tasks/{id}/chips

`GET /bot-tasks/{id}/chips`

GET operation for /bot-tasks/{id}/chips

## Path parameters

- `id` string, required

## Response `200`

Successful response

- TaskChipSerializer
  - `id` integer
  - `chip_type` 'query' | 'link'
  - `chip_name` string, required
  - `chip_text` string
  - `url` string, uri
  - `open_in_new_tab` boolean
  - `order` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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