---
title: "Get the latest backfill run"
method: POST
path: "/api/webAnalytics.backfillStatus"
tags: ["Web Analytics"]
---

# Get the latest backfill run

`POST /api/webAnalytics.backfillStatus`

## Request body

- WebAnalyticsBackfillRequest
  - `workspace_id` string, required

## Response `200`

Latest run (null when none exists)

- WebAnalyticsBackfillResponse
  - `backfill` object, nullable
    - `task_id` string
    - `status` 'pending' | 'running' | 'completed' | 'failed' | 'paused'
    - `progress` number
    - `state` object
      - `filters_version` string
      - `partition_index` integer
      - `rows_updated` integer
    - `error_message` string

## Changes

- **2026-08-17** `d26605f2fc47` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/webAnalytics.backfillStatus/post.md)

---

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