---
title: "Get Crawler Config"
method: GET
path: "/api/v1/integrations/{integration_id}/crawler-config"
tags: ["integrations"]
---

# Get Crawler Config

`GET /api/v1/integrations/{integration_id}/crawler-config`

Return the effective crawler config for an integration (for the edit modal).

## Path parameters

- `integration_id` string, uuid, required

## Response `200`

Successful Response

- CrawlerConfigRead
  - `poll_interval_seconds` integer, required
  - `poll_interval_source` string, required
  - `backfill_window_days` integer, nullable, required
  - `backfill_window_days_source` string, required
  - `selected_tables` string[], required
  - `scope_filters` object, required
  - `crawler_table_configs` object, nullable
  - `config_revision` integer, required
  - `crawler_config_updated_at` string, date-time, nullable, required

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