---
title: "Refresh a Granola resource catalog"
method: POST
path: "/v1/integrations/granola/catalog/refresh"
tags: ["integrations"]
---

# Refresh a Granola resource catalog

`POST /v1/integrations/granola/catalog/refresh`

Refresh folder and note metadata without triggering ingestion.

## Request body

- GranolaSyncParams — Parameters for manually syncing a Granola connector.
  - `installation_id` string, uuid, required — Granola installation ID

## Response `200`

Queued Granola catalog refresh

- GranolaSyncResponse — Granola manual sync response.
  - `data` GranolaSync, required — Result of triggering a Granola sync.
    - `installation_id` string, required — Granola installation ID
    - `queued` boolean, required — Whether selected folders were queued

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `587cbdf607b0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/integrations/granola/catalog/refresh/post.md)

---

[API](https://skmtc.dev/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.dev/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc.dev/mixedbread/apis/mxbai-omni/revisions/adde8ecfa74f?raw)
