---
title: "List business assets"
method: GET
path: "/businesses/{business_id}/assets"
tags: ["business_access_assets"]
---

# List business assets

`GET /businesses/{business_id}/assets`

Get all the assets the requesting business has access to. This includes assets the business owns and assets the business has access to through partnerships.

## Path parameters

- `business_id` string, required

## Query parameters

- `permissions` PermissionsWithOwner[]
- `child_asset_id` string
- `asset_group_id` string
- `asset_type` 'AD_ACCOUNT' | 'PROFILE' | 'ASSET_GROUP' | 'CATALOG' | 'CONSUMER'
- `start_index` integer
- `bookmark` string
- `page_size` integer

## Response `200`

The request has succeeded.

- object
  - `bookmark` string, nullable
  - `items` BusinessAssets[], required
    - `asset_group_info` AssetGroupBinding
      - `ad_accounts_ids` AssetGroupBindingAdAccountsIdsItems[], required — A list of ad account IDs under the asset group
      - `asset_group_description` string, nullable, required — Asset group description
      - `asset_group_name` string, nullable, required — Asset Group name
      - `asset_group_types` string[], required — Asset group types
      - `catalogs_ids` AssetGroupBindingCatalogsIdsItems[], required — A list of catalog IDs under asset group
      - `created_by` BusinessAccessUserSummary, required — Metadata of the member/partner that has access to the asset.
        - `email` string, nullable — Email of the business member/partner.
        - `id` string, nullable — Unique identifier of the business member/partner.
        - `username` string, nullable — Username of the business member/partner.
      - `created_time` integer, nullable, required — The creation time of the asset group
      - `id` string, required — Asset Group ID.
      - `owner` BusinessAccessUserSummary, required — Metadata of the member/partner that has access to the asset.
        - `email` string, nullable — Email of the business member/partner.
        - `id` string, nullable — Unique identifier of the business member/partner.
        - `username` string, nullable — Username of the business member/partner.
      - `profiles_ids` AssetGroupBindingProfilesIdsItems[], required — A list of profile IDs under asset group
      - `updated_time` integer, nullable, required — The last update time of the asset group
    - `asset_id` string — Unique identifier of a business asset.
    - `asset_type` 'AD_ACCOUNT' | 'MERCHANT' | 'PROFILE' | 'ASSET_GROUP' | 'PINNER_LIST' | 'CONVERSION_TAG' | 'CATALOG' | 'CONVERSION_SEGMENT' — Type of asset. Currently we only support AD_ACCOUNT, PROFILE, ASSET_GROUP and CATALOG.
    - `permissions` string[] — Permission levels the requesting business has on an asset.

## Other responses

- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.net/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/revisions/b698c180678a/schema)
