---
title: "Refresh assets reports for integration links"
method: PUT
path: "/api/integrations/{heron_id}/links"
tags: ["Integrations"]
---

# Refresh assets reports for integration links

`PUT /api/integrations/{heron_id}/links`

Refresh assets reports for an integration and specific end user. This will trigger a refresh operation for all active Plaid assets report links associated with the integration and end user.

## Path parameters

- `heron_id` string, required

## Query parameters

- `end_user_id_or_heron_id` string

## Response `200`

Assets reports refresh completed successfully

- RefreshAssetsReportsResponseSchema
  - `failed_links` string[], required — Array of item_ids that failed to refresh
  - `processed_links` integer, required — Number of links processed for refresh

## Other responses

- `404` — Integration not found or no assets reports found
- `422` — Some assets reports failed to refresh (partial success)

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
