---
title: "Find All Runnable Offers"
method: GET
path: "/affiliates/offersrunnable"
tags: ["Affiliate Offers"]
---

# Find All Runnable Offers

`GET /affiliates/offersrunnable`

## Query parameters

- `page` integer
- `page_size` integer
- `search` string

## Response `200`

- object
  - `offers` object[] — Array of runnable offers.
    - `network_offer_id` integer — Unique identifier for the offer.
    - `network_id` integer — Network ID.
    - `name` string — Offer name.
    - `offer_status` string — Current status of the offer.
    - `currency_id` string — Currency code for the offer.
    - `visibility` string — Visibility setting of the offer.
    - `thumbnail_url` string — URL of the offer thumbnail image.
    - `html_description` string — Offer description in HTML format.
    - `is_description_plain_text` boolean — Whether the description is plain text or HTML.
    - `preview_url` string — Preview URL for the offer landing page.
    - `tracking_url` string — Base tracking URL for the offer.
    - `redirect_tracking_url` string — Redirect tracking URL for the offer.
    - `impression_tracking_url` string — Impression tracking URL for the offer.
    - `network_category_id` integer — Category ID for the offer.
    - `is_caps_enabled` boolean — Whether caps are enabled for this offer.
    - `caps_timezone_id` integer — Timezone ID used for cap calculations.
    - `daily_conversion_cap` integer — Daily conversion cap.
    - `weekly_conversion_cap` integer — Weekly conversion cap.
    - `monthly_conversion_cap` integer — Monthly conversion cap.
    - `global_conversion_cap` integer — Global (lifetime) conversion cap.
    - `daily_click_cap` integer — Daily click cap.
    - `weekly_click_cap` integer — Weekly click cap.
    - `monthly_click_cap` integer — Monthly click cap.
    - `global_click_cap` integer — Global (lifetime) click cap.
    - `daily_payout_cap` number — Daily payout cap.
    - `weekly_payout_cap` number — Weekly payout cap.
    - `monthly_payout_cap` number — Monthly payout cap.
    - `global_payout_cap` number — Global (lifetime) payout cap.
    - `is_force_terms_and_conditions` boolean — Whether terms and conditions acceptance is required.
    - `is_using_explicit_terms_and_conditions` boolean — Whether the offer uses explicit terms and conditions.
    - `terms_and_conditions` string — Terms and conditions text.
    - `is_use_direct_linking` boolean — Whether direct linking is enabled.
    - `is_using_suppression_list` boolean — Whether a suppression list is in use.
    - `suppression_list_id` integer — Suppression list ID.
    - `network_tracking_domain_id` integer — Tracking domain ID.
    - `app_identifier` string — App store identifier for mobile offers.
    - `date_live_until` string — Date until which the offer is live.
    - `time_created` integer — Timestamp when the offer was created.
    - `time_saved` integer — Timestamp when the offer was last saved.
    - `relationship` object — Full relationship data for this affiliate and offer.
      - `offer_affiliate_status` string — Affiliate's approval status for this offer.
      - `blocked_variables_count` integer — Number of blocked tracking variables.
      - `category` object — Offer category details.
        - `network_category_id` integer
        - `network_id` integer
        - `name` string
        - `status` string
        - `time_created` integer
        - `time_saved` integer
      - `channels` object — Available traffic channels.
        - `entries` object[]
          - `network_channel_id` integer
          - `network_id` integer
          - `name` string
          - `status` string
          - `time_created` integer
          - `time_saved` integer
        - `total` integer
      - `creative_bundle` object — Creative bundle information.
        - `url` string
      - `creatives` object — Available creatives for this offer.
        - `entries` object[]
          - `network_offer_creative_id` integer
          - `network_offer_id` integer
          - `network_id` integer
          - `name` string
          - `creative_type` string
          - `creative_status` string
          - `resource_url` string
          - `html_code` string
          - `width` integer
          - `height` integer
          - `is_private` boolean
          - `is_apply_specific_affiliates` boolean
          - `additional_offer_ids` string
          - `email_from` string
          - `email_from_lines` string
          - `email_subject` string
          - `email_subject_lines` string
          - `time_created` integer
          - `time_saved` integer
        - `total` integer
      - `custom_payout_settings` object — Custom payout settings.
        - `entries` object[]
        - `total` integer
      - `meta` object — Additional metadata associated with the offer.
      - `payouts` object — Payout configuration for this affiliate.
        - `entries` object[]
          - `network_offer_payout_revenue_id` integer
          - `network_custom_payout_revenue_setting_id` integer
          - `entry_name` string
          - `payout_type` string — Type of payout (CPA, CPC, CPI, RevShare, etc.).
          - `payout_amount` number — Payout amount per conversion or event.
          - `payout_percentage` number — Payout percentage for RevShare.
          - `custom_payout_overwrite` boolean
          - `is_default` boolean
          - `is_enforce_caps` boolean
          - `is_postback_disabled` boolean
        - `total` integer
      - `remaining_caps` object — Remaining cap amounts for the current period.
        - `remaining_daily_click_cap` integer
        - `remaining_daily_conversion_cap` integer
        - `remaining_daily_payout_cap` number
      - `reporting` object — Aggregated reporting data for this offer.
      - `requirement_kpis` object — KPI requirements for the offer.
        - `entries` object[]
        - `total` integer
      - `requirement_tracking_parameters` object — Required tracking parameters.
        - `entries` object[]
        - `total` integer
      - `ruleset` object — Targeting and rule configuration.
      - `terms_conditions_acceptance` object — Terms and conditions acceptance status.
      - `thumbnail_asset` object — Thumbnail asset details.
      - `urls` object — Offer destination URLs.
        - `entries` object[]
          - `network_offer_url_id` integer
          - `network_offer_id` integer
          - `network_id` integer
          - `name` string
          - `preview_url` string
        - `total` integer
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

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