---
title: "Get advertiser entities in bulk"
method: POST
path: "/ad_accounts/{ad_account_id}/bulk/download"
tags: ["bulk"]
---

# Get advertiser entities in bulk

`POST /ad_accounts/{ad_account_id}/bulk/download`

Create an asynchronous report that may include information on campaigns, ad groups, product groups, ads,
keywords, schedules,and/or labels; can filter by campaigns. Though the entities may be active, archived, or paused,
only active entities will return data.

## Path parameters

- `ad_account_id` string, required

## Request body

- BulkDownloadCreate — Resource create operation model.
  - `campaign_filter` BulkDownloadCampaignFilter
    - `campaign_status` SummaryStatus[]
    - `end_time` string — Unix UTC timestamp.
    - `name` string — Campaign name
    - `objective_type` ConversionObjectiveType[]
    - `start_time` string — Unix UTC timestamp.
  - `entity_ids` BulkDownloadEntityIdsItems[] — All entities specified by these IDs as well as their children and grandchildren will be downloaded if the entity type is one of the types requested to be downloaded.
  - `entity_types` BulkEntityType[] — All entity types specified will be downloaded. Fewer types result in faster downloads.
  - `output_format` 'CSV' | 'JSON' — Bulk file output format
  - `updated_since` string — Unix UTC timestamp to retrieve all entities that have changed since this time.

## Response `200`

The request has succeeded.

- BulkDownload — Ad entities to get in bulk request.
  - `request_id` string — ID of the bulk request.

## Other responses

- `201` — Resource create operation completed successfully.
- `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)
