---
title: "Get repository status"
method: GET
path: "/repositories/{id}/status"
tags: ["repositories"]
---

# Get repository status

`GET /repositories/{id}/status`

Get indexing task status for a repository

## Path parameters

- `id` integer, required

## Response `200`

OK

- DtoTaskStatusListResponse
  - `data` DtoTaskStatusData[]
    - `attributes` DtoTaskStatusAttributes
      - `created_at` string
      - `current` integer
      - `error` string
      - `message` string
      - `progress` number
      - `state` string
      - `step` string
      - `total` integer
      - `updated_at` string
    - `id` string
    - `type` string
  - `links` JsonapiLinks
    - `first` string
    - `last` string
    - `next` string
    - `prev` string
    - `self` string
  - `meta` JsonapiMeta

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/helixml/apis/kodit-api.md) · [All operations](https://skmtc.net/helixml/apis/kodit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helixml/kodit-api/versions/3f72fa58f3fb/schema)
