---
title: "Retrieve task status"
method: GET
path: "/1/crawlers/{id}/tasks/{taskID}"
tags: ["crawler"]
---

# Retrieve task status

`GET /1/crawlers/{id}/tasks/{taskID}`

Retrieves the status of the specified tasks, whether they're pending or completed.

## Path parameters

- `id` string, required — Universally unique identifier (UUID) of the crawler.
- `taskID` string, required — Universally unique identifier (UUID) of the task.

## Response `200`

OK

- object
  - `pending` boolean, required — Whether the task is pending.

## Other responses

- `401` — Authorization information is missing or invalid.
- `403` — The user doesn't have enough rights on the specified Crawler, or it doesn't exists.

---

[API](https://skmtc.net/algolia/apis/crawler-api.md) · [All operations](https://skmtc.net/algolia/apis/crawler-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/algolia/crawler-api/versions/7f1df3bfe8bd/schema)
