---
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

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
