---
title: "Global Search"
method: GET
path: "/networks/search/meta"
tags: ["Meta"]
---

# Global Search

`GET /networks/search/meta`

## Query parameters

- `q` string, required

## Response `200`

- object
  - `results` object[] — A flat list of search results ranked by relevance score. Results can span multiple resource types.
    - `resource_type` 'offer' | 'offer_group' | 'affiliate' | 'advertiser' | 'creative' | 'campaign' | 'pixel' | 'traffic_blocking' | 'coupon_code' | 'network_employee' | 'affiliate_user' | 'advertiser_user' | 'click_raw' | 'conversion_raw' | 'event_raw' | 'impression_raw' | 'on_hold_conversion_raw' | 'on_hold_event_raw' — The type of resource matched. Possible values include: `offer`, `offer_group`, `affiliate`, `advertiser`, `creative`, `campaign`, `pixel`, `traffic_blocking`, `coupon_code`, `network_employee`, `affiliate_user`, `advertiser_user`, `click_raw`, `conversion_raw`, `event_raw`, `impression_raw`, `on_hold_conversion_raw`, `on_hold_event_raw`.
    - `resource_id` integer — The unique ID of the matched resource.
    - `resource_id_string` string — A string representation of the resource ID, if applicable. Empty string when not used.
    - `resource_label` string — The display name or label of the matched resource.
    - `search_score` number, float — Relevance score from the search engine. Higher values indicate a stronger match.
    - `match_context_field` string — The field name where the match was found (e.g., "Name", "Label", "Coupon Code", "Project ID").
    - `match_context_value` string — The matched value with HTML `<mark>` tags highlighting the matching portions of the text.
    - `resource_url` string — A URL for the resource, if applicable. Empty string when not used.
    - `resource_status` string — The current status of the matched resource (e.g., "active", "inactive").

---

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