---
title: "Refresh Integration Crawl"
method: POST
path: "/api/v1/integrations/{integration_id}/refresh-crawl"
tags: ["integrations"]
---

# Refresh Integration Crawl

`POST /api/v1/integrations/{integration_id}/refresh-crawl`

Wake the crawler workflow's polling loop immediately ("Refresh now").

No-op for providers without a registered crawler module. Falls back
to ``start_crawler`` if no workflow is currently running.

## Path parameters

- `integration_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
