# Get Approvals Status

Retrieve approval status for multiple atomic creative IDs. Returns the net status and individual source statuses for each creative.

Endpoint: GET /component_creatives/v3.0/approvals
Version: 3.0
Security: BearerAuth

## Query parameters:

  - `atomic_creative_ids` (string, required)
    Comma-separated list of atomic creative IDs

## Response 200 fields (application/json):

  - `data` (array)

  - `data.atomic_creative_id` (string)

  - `data.net_status` (string)

  - `meta` (object)
    Response metadata

  - `meta.code` (integer)

  - `meta.count` (integer)

  - `meta.next_page` (string)

  - `meta.offset` (integer)

  - `meta.prev_page` (string)

  - `meta.status` (string)

  - `meta.total_count` (integer)

  - `meta.type` (string)

## Response 400 fields (application/json):

  - `data` (any)

  - `error` (string)

  - `message` (string)

## Response 500 fields (application/json):

  - `data` (any)

  - `error` (string)

  - `message` (string)

