---
title: "GET /api/analytics/kpi/backlog"
method: GET
path: "/api/analytics/kpi/backlog"
tags: ["analytics", "kpi", "backlog"]
---

# GET /api/analytics/kpi/backlog

`GET /api/analytics/kpi/backlog`

Get the backlog live status

## Query parameters

- `appId` string, uuid
- `webhookId` string, uuid

## Response `200`

The backlog live status

- object
  - `inProgress` number, required
  - `pending` number, required
  - `processing` number, required
  - `nextDueAt` string, required — A date string in ISO 8601 format
  - `oldestAgeSec` integer, nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/revisions/fc5aae1cdc03/schema)
