---
title: "Network Mapper (Partner) Status"
method: GET
path: "/v3/network-mapper/status"
tags: ["network-mapper"]
---

# Network Mapper (Partner) Status

`GET /v3/network-mapper/status`

Poll the status of a long-running Network Mapper (Partner) v3 task. Partner permission required.

## Query parameters

- `task_id` string, required

## Response `200`

Current status of the mapping task

- object
  - `status` 'Unknown' | 'MappingFailed' | 'NotMapped' | 'MappingInProgress' | 'Mapped', required — Status of the network mapping task

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden — the API key is not tied to a team with partner permission.
- `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)
