---
title: "Get Pages Fetch Status"
method: GET
path: "/pages/fetch/status"
tags: ["Page"]
---

# Get Pages Fetch Status

`GET /pages/fetch/status`

Get the status of the task of fetching all pages

## Response `200`

OK

- HandlerResponsePageFetchStatus
  - `done` integer, required — The number of pages that have been fetched
  - `is_progress` boolean, required — If the task is in progress
  - `msg` string, required — The message of the task status
  - `total` integer, required — The total number of pages

---

[API](https://skmtc.net/artalkjs/apis/artalk-api.md) · [All operations](https://skmtc.net/artalkjs/apis/artalk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/artalkjs/artalk-api/versions/2f927b464019/schema)
