---
title: "POST /connectors/{connector_id}/explore"
method: POST
path: "/connectors/{connector_id}/explore"
tags: ["connectors"]
---

# POST /connectors/{connector_id}/explore

`POST /connectors/{connector_id}/explore`

## Path parameters

- `connector_id` string, uuid, required

## Request body

- ExploreConnectorRequest
  - `database_id` string, uuid
  - `schema_id` string, uuid
  - `stage` 'both' | 'ingestion' | 'annotation' — Which exploration stage to run
  - `table_id` string, uuid

## Response `202`

Exploration started successfully

## Other responses

- `400` — Bad request - connector type not supported or table not found
- `403` — Forbidden - user does not have access to connector
- `404` — Connector not found

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
