---
title: "Get Task"
method: GET
path: "/networks/traffic/tasks/{taskIdentifier}"
tags: ["Traffic Health"]
---

# Get Task

`GET /networks/traffic/tasks/{taskIdentifier}`

A single remediation task by its identifier, including its title, step-by-step description, urgency, status, and the incident that generated it.

## Path parameters

- `taskIdentifier` string, required

## Response `200`

- 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)
