Skip to main content
GET
/
v3
/
network-mapper
/
status
Network Mapper (Partner) Status
curl --request GET \
  --url https://bee.theswarm.com/v3/network-mapper/status \
  --header 'x-api-key: <api-key>'
{}
Poll the status of a long-running Network Mapper (Partner) task.
Partner permission required. Calls from an API key not tied to a team with the partner permission in Stripe return 403 Forbidden.

Authorizations

x-api-key
string
header
required

Query Parameters

task_id
string
required

Task ID returned from POST /v3/network-mapper

Response

Current status of the mapping task

status
enum<string>
required

Status of the network mapping task

Available options:
Unknown,
MappingFailed,
NotMapped,
MappingInProgress,
Mapped