---
title: "List quests with claim status"
method: GET
path: "/quests"
tags: ["quests"]
---

# List quests with claim status

`GET /quests`

## Response `200`

OK

- InternalHandlersQuestItemResponse[]
  - `action_url` string
  - `can_claim` boolean
  - `code` string
  - `description` string
  - `is_claimed` boolean
  - `reward_points` integer
  - `sort_order` integer
  - `task_type` string
  - `title` string
  - `title_key` string

## Other responses

- `401` — Unauthorized

---

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