---
title: "Get network mapper task status"
method: POST
path: "/v2/profiles/network-mapper-task-status"
tags: ["network-mapper"]
---

# Get network mapper task status

`POST /v2/profiles/network-mapper-task-status`

Check the status of a network mapper task started by POST /v2/profiles/network-mapper

## Request body

- object
  - `task_id` string, required — Task ID returned from POST /v2/profiles/network-mapper

## Response `200`

Task status

- object
  - `task_status` 'unknown' | 'in_progress' | 'done' | 'failed' | 'not_found', required — Current status of the network mapper task

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Task not found
- `5XX` — Unexpected error

---

[API](https://skmtc.net/theswarm/apis/swarm-api.md) · [All operations](https://skmtc.net/theswarm/apis/swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theswarm/swarm-api/versions/55bbdd2aa713/schema)
