---
title: "List Tasks"
method: GET
path: "/networks/traffic/tasks"
tags: ["Traffic Health"]
---

# List Tasks

`GET /networks/traffic/tasks`

Customer-actionable remediation tasks across the network — each task is a domain that needs action from you (renew a domain, verify ownership, fix DNS, etc.), with its urgency category, status, and the incident that generated it.

## Response `200`

- object
  - `tasks` Task[]
    - `network_id` integer
    - `url` string
    - `network_tracking_domain_id` integer
    - `network_conversion_domain_id` integer
    - `identifier` string
    - `type` string — Task type (e.g. `renew_domain`).
    - `category` string — Urgency category (e.g. `reactive`).
    - `status` string — Task status (e.g. `to_do`).
    - `assignment` string — Who the task is assigned to (e.g. `customer`).
    - `title` string
    - `description` string
    - `time_created` integer
    - `time_completed` integer — Unix seconds; `0` while the task is open.
    - `relationship` object
      - `incident_identifier` string — The incident that generated the task.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
