---
title: "GET /api/v1/ready"
method: GET
path: "/api/v1/ready"
---

# GET /api/v1/ready

`GET /api/v1/ready`

## Query parameters

- `limit` integer
- `unowned` boolean
- `owner` string
- `label` string[], nullable
- `exclude_label` string[], nullable

## Response `200`

OK

- ReadyGlobalResponseBody
  - `issues` ReadyGlobalIssueOut[], nullable, required
    - `author` string, required
    - `blocked` boolean
    - `blocked_by` LinkPeer[], nullable
      - `project` string, required
      - `qualified_id` string, required
      - `short_id` string, required
      - `status` string, required
      - `uid` string, required
    - `blocks` LinkPeer[], nullable
      - `project` string, required
      - `qualified_id` string, required
      - `short_id` string, required
      - `status` string, required
      - `uid` string, required
    - `body` string, required
    - `child_counts` ChildCounts
      - `open` integer, required
      - `total` integer, required
    - `closed_at` string, date-time
    - `closed_reason` string
    - `created_at` string, date-time, required
    - `deleted_at` string, date-time
    - `id` integer, required
    - `labels` string[], nullable
    - `metadata` object, required
    - `occurrence_key` string
    - `owner` string
    - `parent` LinkPeer
      - `project` string, required
      - `qualified_id` string, required
      - `short_id` string, required
      - `status` string, required
      - `uid` string, required
    - `priority` integer
    - `project_id` integer, required
    - `project_name` string, required
    - `project_uid` string
    - `qualified_id` string, required
    - `recurrence_id` integer
    - `related` LinkPeer[], nullable
      - `project` string, required
      - `qualified_id` string, required
      - `short_id` string, required
      - `status` string, required
      - `uid` string, required
    - `revision` integer, required
    - `short_id` string, required
    - `status` string, required
    - `title` string, required
    - `uid` string, required
    - `updated_at` string, date-time, required

## Other responses

- `default` — Error

## Changes

- **2026-08-03** `04164e819385` — 4 info
  - added the new optional `query` request parameter `exclude_label`
  - added the new optional `query` request parameter `label`
  - added the new optional `query` request parameter `owner`
  - added the new optional `query` request parameter `unowned`
- **2026-07-10** `febae21c5fa8` — 8 info
  - added the optional property `issues/items/blocked` to the response with the `200` status
  - added the optional property `issues/items/blocked_by` to the response with the `200` status
  - added the optional property `issues/items/blocks` to the response with the `200` status
  - added the optional property `issues/items/child_counts` to the response with the `200` status
  - …4 more
- **2026-06-05** `783ece1efda1` — 1 breaking, 7 warning
  - removed the required property `issues/items/qualified_id` from the response with the `200` status
  - removed the optional property `issues/items/blocked` from the response with the `200` status
  - removed the optional property `issues/items/blocked_by` from the response with the `200` status
  - removed the optional property `issues/items/blocks` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/kenn-io/apis/kata/changes/api/v1/ready/get.md)

---

[API](https://skmtc.dev/kenn-io/apis/kata.md) · [All operations](https://skmtc.dev/kenn-io/apis/kata/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kenn-io/kata/revisions/2d4207e1e028/schema)
