---
title: "Find Creatives (Advanced)"
method: POST
path: "/networks/creativestable"
tags: ["Creatives"]
---

# Find Creatives (Advanced)

`POST /networks/creativestable`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `search_terms` object[] — Array of search filters to apply.
    - `search_type` 'name' | 'creative_status' | 'creative_type' | 'network_offer_name' | 'network_offer_id', required — The field to search on.
    - `value` string, required — The search value.

## Response `200`

- object
  - `creatives` object[]
    - `network_offer_creative_id` integer — Unique creative ID.
    - `network_id` integer — Network ID.
    - `name` string — Name of the creative.
    - `network_offer_id` integer — Associated offer ID.
    - `network_offer_name` string — Associated offer name.
    - `creative_type` 'image' | 'html' | 'thumbnail' | 'email' | 'archive' | 'video' | 'text' | 'link' — Type of the creative. Can be one of: image, html, thumbnail, email, archive, video, text, or link.
    - `is_private` boolean — Whether the creative is accessible by all affiliates.
    - `creative_status` 'active' | 'paused' | 'deleted' — Status of the creative. Can be active, paused, or deleted.
    - `resource_url` string — URL to the creative resource file.
    - `html_code` string — HTML content of the creative. Present when creative_type is `html`, `email`, or `link`.
    - `width` integer — Width of the creative in pixels.
    - `height` integer — Height of the creative in pixels.
    - `email_from` string — Content of the From field of the email.
    - `email_subject` string — Content of the Subject field of the email.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `optimized_thumbnail_url` string — URL to the optimized thumbnail.
    - `email_subject_lines` string — Additional email subject lines for the creative.
    - `email_from_lines` string — Additional email from lines for the creative.
  - `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)
