---
search:
  tags:
    - Asset groups
    - GET
seo:
  description: >-
    Available on: Google Ads Reference for the GET
    /observe/{advertiserId}/asset-groups/{id} endpoint in the AdCrunch API.
sidebar:
  label: 'Live read: Get one asset group'
  badge: GET
title: 'Live read: Get one asset group'
type: openapi-operation
---
**Available on:** [![Google Ads](/providers/gads.svg)](https://docs.adcrunch.dev/connect/providers)

Asks the provider for one asset group now, and gives its payload exactly as Google Ads sends it: its `id`, its `name`, its `status` and the `campaignId` of the Performance Max campaign that holds it.

**Those four keys are the whole payload.** AdCrunch reads an asset group with one query, and the headlines, the images, the videos and the audience signals are separate Google Ads resources that this API does not read.

## When there is nothing to give

**`404`** — the provider holds no such asset group on this ad account, the provider has no asset group at all, or your organization does not own the advertiser in the path. They are deliberately not told apart: distinguishing them would confirm that a asset group exists to somebody who cannot read it.

`GET /observe/{advertiserId}/asset-groups/{id}`
