# Healthcheck for Atomic Creatives

Endpoint to check the health of atomic creatives by ID(s).

Endpoint: GET /atomic_creatives/healthcheck
Version: 3.0.1807
Security: Auth0

## Query parameters:

  - `q` (string, required)
    Query parameter to specify the atomic creative ID(s).
Format:
- For multiple IDs: atomic_creative_id==(id1, id2)
- For a single ID: atomic_creative_id==id

## Response 200 fields (application/json):

  - `data` (array)

  - `data.AdxOpenAuction` (string)

  - `data.AtomicCreativeID` (integer)

  - `data.Freakout` (string)

  - `data.MicrosoftAdExchange` (string)

  - `data.AdxDeals` (string)

  - `data.MoPubDirect` (string)

  - `data.RightMediaExchange` (string)

  - `data.BrightrollForDisplay` (string)

  - `data.AppNexus` (string)

  - `data.EntityType` (string)

  - `data.NetStatus` (string)

  - `data.CreativeName` (string)

  - `data.AdvertiserID` (integer)

  - `data.AdvertiserName` (string)

  - `meta` (object)

  - `meta.status` (string, required)
    The status of the response, indicating success or failure.
    Example: "success"

  - `meta.count` (integer, required)
    The number of items returned in the current response.
    Example: 10

  - `meta.total_count` (integer)
    The total number of items available in the dataset.
    Example: 100

  - `meta.offset` (integer)
    The offset from the start of the dataset, used for pagination.

  - `meta.next_page` (string)
    The URL to fetch the next page of results.

  - `meta.prev_page` (string)
    The URL to fetch the previous page of results.

## Response 400 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

## Response 401 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

## Response 403 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

## Response 404 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)


