---
title: "Find All"
method: GET
path: "/networks/labels"
tags: ["Labels"]
---

# Find All

`GET /networks/labels`

Retrieve all labels for the network. Returns each label name along with its associated ID arrays. To get the full relationship objects, use the Find By Label endpoint instead.

## Response `200`

- object
  - `labels` LabelSummary[]
    - `label` string — The label value.
    - `advertiser_ids` integer[], nullable — List of advertiser IDs associated with this label.
    - `affiliate_ids` integer[], nullable — List of affiliate IDs associated with this label.
    - `campaign_ids` integer[], nullable — List of campaign IDs associated with this label.
    - `offer_ids` integer[], nullable — List of offer IDs associated with this label.
    - `offer_group_ids` integer[], nullable — List of offer group IDs associated with this label.
    - `affiliate_tier_ids` integer[], nullable — List of affiliate tier IDs associated with this label.

---

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