---
title: "Get Scope Options"
method: GET
path: "/api/v1/integrations/{integration_id}/scope-options"
tags: ["integrations"]
---

# Get Scope Options

`GET /api/v1/integrations/{integration_id}/scope-options`

Live scope discovery for a specific table.

Fetches scope items via the table's ``list_scope_items`` callable.
Results are cached in-process for 60 seconds.

## Path parameters

- `integration_id` string, uuid, required

## Query parameters

- `table` string, required

## Response `200`

Successful Response

- CrawlerScopeOption[]
  - `id` string, required
  - `label` string, required
  - `hint` string, nullable

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